diff options
author | 2023-01-10 05:56:55 +0000 | |
---|---|---|
committer | 2023-01-10 05:56:55 +0000 | |
commit | 9b57e363e26ec505992fe471f8a29a93b82afb5a (patch) | |
tree | d45a04d3d3ce016e4f738929ad2c6568c8dec166 /sys-libs | |
parent | sys-apps/elfix: add github upstream metadata (diff) | |
download | gentoo-9b57e363e26ec505992fe471f8a29a93b82afb5a.tar.gz gentoo-9b57e363e26ec505992fe471f8a29a93b82afb5a.tar.bz2 gentoo-9b57e363e26ec505992fe471f8a29a93b82afb5a.zip |
sys-libs/talloc: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/talloc/talloc-2.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/talloc/talloc-2.3.4.ebuild b/sys-libs/talloc/talloc-2.3.4.ebuild index a44537ac5b4e..6b7c7c1985a5 100644 --- a/sys-libs/talloc/talloc-2.3.4.ebuild +++ b/sys-libs/talloc/talloc-2.3.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils python-single-r1 multilib-minimal |