diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-06-03 15:39:13 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-06-03 15:40:25 -0500 |
commit | 323439c579bb530217935cfdc9e741b0a1cff36e (patch) | |
tree | e34459b090e4008a21413756675d7d59d58b7d4f /sys-apps/policycoreutils | |
parent | net-print/hplip: add 3.23.12-r3 (diff) | |
download | gentoo-323439c579bb530217935cfdc9e741b0a1cff36e.tar.gz gentoo-323439c579bb530217935cfdc9e741b0a1cff36e.tar.bz2 gentoo-323439c579bb530217935cfdc9e741b0a1cff36e.zip |
Revert "sys-apps/policycoreutils: enable py3.12"
This reverts commit 0ed838b7233abada1d8a51a5fe0002f43540d8f9.
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 b8f8898a9128..e2527faa689b 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..12} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="xml(+)" inherit python-r1 toolchain-funcs bash-completion-r1 |