diff options
author | Kenton Groombridge <concord@gentoo.org> | 2024-06-06 09:31:08 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2024-06-06 09:44:48 -0400 |
commit | e445b6010eb77968808dc97d78213a06fab06fc2 (patch) | |
tree | 447848b6f1357a2169b2bf1cb182bad68dd82909 /sys-libs/libsemanage/libsemanage-9999.ebuild | |
parent | sys-process/audit: enable py3.12 (diff) | |
download | gentoo-e445b6010eb77968808dc97d78213a06fab06fc2.tar.gz gentoo-e445b6010eb77968808dc97d78213a06fab06fc2.tar.bz2 gentoo-e445b6010eb77968808dc97d78213a06fab06fc2.zip |
sys-libs/libsemanage: enable py3.12
Closes: https://bugs.gentoo.org/929858
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sys-libs/libsemanage/libsemanage-9999.ebuild')
-rw-r--r-- | sys-libs/libsemanage/libsemanage-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libsemanage/libsemanage-9999.ebuild b/sys-libs/libsemanage/libsemanage-9999.ebuild index eb127413897f..3393a1021748 100644 --- a/sys-libs/libsemanage/libsemanage-9999.ebuild +++ b/sys-libs/libsemanage/libsemanage-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} ) inherit python-r1 toolchain-funcs multilib-minimal |