diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-06-03 15:23:54 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-06-03 15:23:54 -0500 |
commit | 0ed838b7233abada1d8a51a5fe0002f43540d8f9 (patch) | |
tree | fc3291a608adff79e8f6cfb4db65b49d6002c0eb /sys-apps/policycoreutils | |
parent | app-text/grip: enable py3.12 (diff) | |
download | gentoo-0ed838b7233abada1d8a51a5fe0002f43540d8f9.tar.gz gentoo-0ed838b7233abada1d8a51a5fe0002f43540d8f9.tar.bz2 gentoo-0ed838b7233abada1d8a51a5fe0002f43540d8f9.zip |
sys-apps/policycoreutils: enable py3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-apps/policycoreutils')
-rw-r--r-- | sys-apps/policycoreutils/policycoreutils-3.6.ebuild | 2 |
1 files changed, 1 insertions, 1 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 |