diff options
author | Kenton Groombridge <concord@gentoo.org> | 2024-06-06 09:32:09 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2024-06-06 09:44:52 -0400 |
commit | 3cc6da709ad4d69b7e5e231fe3b388c8d3a8b1fc (patch) | |
tree | 2e1b4574cd1c7b990be3eb5ecac234f56bb13027 | |
parent | sys-apps/selinux-python: enable py3.12 (diff) | |
download | gentoo-3cc6da709ad4d69b7e5e231fe3b388c8d3a8b1fc.tar.gz gentoo-3cc6da709ad4d69b7e5e231fe3b388c8d3a8b1fc.tar.bz2 gentoo-3cc6da709ad4d69b7e5e231fe3b388c8d3a8b1fc.zip |
sys-apps/policycoreutils: enable py3.12
Closes: https://bugs.gentoo.org/932011
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-3.6.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.6.ebuild b/sys-apps/policycoreutils/policycoreutils-3.6.ebuild index e2527faa689b..b8f8898a9128 100644 --- a/sys-apps/policycoreutils/policycoreutils-3.6.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-3.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit python-r1 toolchain-funcs bash-completion-r1 diff --git a/sys-apps/policycoreutils/policycoreutils-9999.ebuild b/sys-apps/policycoreutils/policycoreutils-9999.ebuild index b8625ff49cd8..7ac02d3d3f39 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_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit python-r1 toolchain-funcs bash-completion-r1 |