summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-01-10 12:33:38 -0500
committerMike Gilbert <floppym@gentoo.org>2024-01-10 12:33:38 -0500
commit07ecaa34ab6b0106fa8b4172f0485cf7312efd62 (patch)
tree39c9e99253538e5d4ca66bb2322ce3d4db67e5a4 /app-portage
parentapp-portage/unsymlink-lib: enable py3.12 (diff)
downloadgentoo-07ecaa34ab6b0106fa8b4172f0485cf7312efd62.tar.gz
gentoo-07ecaa34ab6b0106fa8b4172f0485cf7312efd62.tar.bz2
gentoo-07ecaa34ab6b0106fa8b4172f0485cf7312efd62.zip
app-portage/unsymlink-lib: disable py3.9
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/unsymlink-lib/unsymlink-lib-20.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild
index b3de9155ea57..dcb3f06409c2 100644
--- a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild
+++ b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit python-single-r1
DESCRIPTION="Convert your system to SYMLINK_LIB=no"