diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-02-12 01:05:39 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-02-12 01:05:53 +0100 |
commit | 13b9f2e5c3dcf21f45f0b38af11e3150f34293aa (patch) | |
tree | 31ac311c4c1524b31f394f04e25c5dd9066604dd /sys-libs/glibc/glibc-2.33-r13.ebuild | |
parent | gui-wm/hikari: drop 2.3.2 (diff) | |
download | gentoo-13b9f2e5c3dcf21f45f0b38af11e3150f34293aa.tar.gz gentoo-13b9f2e5c3dcf21f45f0b38af11e3150f34293aa.tar.bz2 gentoo-13b9f2e5c3dcf21f45f0b38af11e3150f34293aa.zip |
sys-libs/glibc: Drop Python-3.7; add for 2.35 and later Python-3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs/glibc/glibc-2.33-r13.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.33-r13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.33-r13.ebuild b/sys-libs/glibc/glibc-2.33-r13.ebuild index 7e490a4e0ccc..b17ad944d53c 100644 --- a/sys-libs/glibc/glibc-2.33-r13.ebuild +++ b/sys-libs/glibc/glibc-2.33-r13.ebuild @@ -9,7 +9,7 @@ EAPI=7 # We avoid Python 3.10 here _for now_ (it does work!) to avoid circular dependencies # on upgrades as people migrate to libxcrypt. # https://wiki.gentoo.org/wiki/User:Sam/Portage_help/Circular_dependencies#Python_and_libcrypt -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) TMPFILES_OPTIONAL=1 inherit python-any-r1 prefix preserve-libs toolchain-funcs flag-o-matic gnuconfig \ |