diff options
author | Kenton Groombridge <concord@gentoo.org> | 2023-03-29 18:03:09 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2023-03-29 19:55:49 -0400 |
commit | ae80110f40d9f03d9b5d50d56df0820244fe2269 (patch) | |
tree | 3af4e5edb039f6d937c0ca31995fba6f29c327c7 /sys-apps/policycoreutils | |
parent | app-admin/setools: enable py3.11 (diff) | |
download | gentoo-ae80110f40d9f03d9b5d50d56df0820244fe2269.tar.gz gentoo-ae80110f40d9f03d9b5d50d56df0820244fe2269.tar.bz2 gentoo-ae80110f40d9f03d9b5d50d56df0820244fe2269.zip |
sys-apps/policycoreutils: enable py3.11
Closes: https://bugs.gentoo.org/897260
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sys-apps/policycoreutils')
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-3.4.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/policycoreutils/policycoreutils-3.4.ebuild b/sys-apps/policycoreutils/policycoreutils-3.4.ebuild index 8be4b2663379..5d45077b38c6 100644 --- a/sys-apps/policycoreutils/policycoreutils-3.4.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-3.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="xml(+)" inherit multilib python-r1 toolchain-funcs bash-completion-r1 diff --git a/sys-apps/policycoreutils/policycoreutils-9999.ebuild b/sys-apps/policycoreutils/policycoreutils-9999.ebuild index 76ae403650e5..6df44f548cc8 100644 --- a/sys-apps/policycoreutils/policycoreutils-9999.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="xml(+)" inherit multilib python-r1 toolchain-funcs bash-completion-r1 |