summaryrefslogtreecommitdiff
path: root/sys-apps
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-03-05 21:40:09 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-03-05 22:14:13 +0000
commitb6b6904569aefd46906387da2213557715c190e4 (patch)
tree7df9cef557f41ca86426db87eb7996a136affc52 /sys-apps
parentsys-apps/mrkd: enable py3.12 and disable py3.10 (diff)
downloadportage-b6b6904569aefd46906387da2213557715c190e4.tar.xz
sys-apps/mklibs: enable py3.12 and disable py3.10
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/mklibs/mklibs-0.1.45.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-apps/mklibs/mklibs-0.1.45.ebuild b/sys-apps/mklibs/mklibs-0.1.45.ebuild
index d66114ac..263fc6c0 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=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit autotools python-single-r1
DESCRIPTION="Shared library reduction script"
@@ -12,11 +12,8 @@ SRC_URI="https://salsa.debian.org/installer-team/${PN}/-/archive/debian/${PV}/${
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}
- ${PYTHON_DEPS}
+RDEPEND="${PYTHON_DEPS}
app-arch/dpkg"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"