commit: 57173932d15715786009730dfb61dad08a3d1ce1 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Apr 16 18:00:55 2024 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Apr 16 18:07:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57173932
sys-libs/talloc: enable py3.12 Closes: https://bugs.gentoo.org/929861 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> sys-libs/talloc/talloc-2.4.0.ebuild | 2 +- sys-libs/talloc/talloc-2.4.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/talloc/talloc-2.4.0.ebuild b/sys-libs/talloc/talloc-2.4.0.ebuild index b261d2c9ac67..72b9421fc089 100644 --- a/sys-libs/talloc/talloc-2.4.0.ebuild +++ b/sys-libs/talloc/talloc-2.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils python-single-r1 multilib-minimal diff --git a/sys-libs/talloc/talloc-2.4.1.ebuild b/sys-libs/talloc/talloc-2.4.1.ebuild index adea9688bafc..47470a52c629 100644 --- a/sys-libs/talloc/talloc-2.4.1.ebuild +++ b/sys-libs/talloc/talloc-2.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils python-single-r1 multilib-minimal
