diff options
author | Sam James <sam@gentoo.org> | 2023-02-03 13:32:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-03 13:33:43 +0000 |
commit | 5f56d243b9a0fbc9acb130fae38651c202ef4981 (patch) | |
tree | 6c340a87ec387da7e655866f7edbd479033b1fab /sys-apps | |
parent | net-misc/ntpsec: enable py3.11 (diff) | |
download | gentoo-5f56d243b9a0fbc9acb130fae38651c202ef4981.tar.gz gentoo-5f56d243b9a0fbc9acb130fae38651c202ef4981.tar.bz2 gentoo-5f56d243b9a0fbc9acb130fae38651c202ef4981.zip |
sys-apps/coreutils: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/coreutils-9.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/coreutils/coreutils-9.1-r2.ebuild b/sys-apps/coreutils/coreutils-9.1-r2.ebuild index d5eb937ea948..08dc284676e9 100644 --- a/sys-apps/coreutils/coreutils-9.1-r2.ebuild +++ b/sys-apps/coreutils/coreutils-9.1-r2.ebuild @@ -7,7 +7,7 @@ EAPI=7 # The upstream coreutils maintianers also maintain the package in Fedora and may # backport fixes which we want to pick up. -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/coreutils.asc inherit flag-o-matic python-any-r1 toolchain-funcs verify-sig |