diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-11-30 20:48:58 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-11-30 20:48:58 +0000 |
commit | 155690e9525ee3ddabcf392285a5cc8f3e939ef1 (patch) | |
tree | c1ca93f9e6c9e3d772c4f79509874fe9e8cfa095 /sys-apps/mklibs | |
parent | net-p2p/monero: enable python 3.11 (diff) | |
download | portage-155690e9525ee3ddabcf392285a5cc8f3e939ef1.tar.xz |
sys-apps/mklibs: enable py3.11 and disable py3.8
Diffstat (limited to 'sys-apps/mklibs')
-rw-r--r-- | sys-apps/mklibs/mklibs-0.1.45.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/mklibs/mklibs-0.1.45.ebuild b/sys-apps/mklibs/mklibs-0.1.45.ebuild index 46df2910..d66114ac 100644 --- a/sys-apps/mklibs/mklibs-0.1.45.ebuild +++ b/sys-apps/mklibs/mklibs-0.1.45.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_8,3_9,3_10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools python-single-r1 DESCRIPTION="Shared library reduction script" @@ -16,7 +16,9 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND} + ${PYTHON_DEPS} app-arch/dpkg" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" S="${WORKDIR}/${PN}-debian-${PV}" |