commit: e445b6010eb77968808dc97d78213a06fab06fc2 Author: Kenton Groombridge <concord <AT> gentoo <DOT> org> AuthorDate: Thu Jun 6 13:31:08 2024 +0000 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org> CommitDate: Thu Jun 6 13:44:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e445b601
sys-libs/libsemanage: enable py3.12 Closes: https://bugs.gentoo.org/929858 Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org> sys-libs/libsemanage/libsemanage-3.6.ebuild | 2 +- sys-libs/libsemanage/libsemanage-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libsemanage/libsemanage-3.6.ebuild b/sys-libs/libsemanage/libsemanage-3.6.ebuild index 94a270075a5b..126b568b1429 100644 --- a/sys-libs/libsemanage/libsemanage-3.6.ebuild +++ b/sys-libs/libsemanage/libsemanage-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} ) inherit python-r1 toolchain-funcs multilib-minimal 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