commit: 2b9d3af58a8187642ec8bf56121d68e7585c7c85
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 19 09:35:08 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 09:35:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9d3af5
sys-libs/talloc: Stabilize 2.4.3 ppc, #962890
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-libs/talloc/talloc-2.4.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-libs/talloc/talloc-2.4.3.ebuild
b/sys-libs/talloc/talloc-2.4.3.ebuild
index bc99ed5fc2b2..9204ac30bf93 100644
--- a/sys-libs/talloc/talloc-2.4.3.ebuild
+++ b/sys-libs/talloc/talloc-2.4.3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="threads(+)"
inherit waf-utils python-single-r1 multilib-minimal flag-o-matic
@@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz"
LICENSE="GPL-3 LGPL-3+ LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
IUSE="compat +python test valgrind"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"