commit: 46b8db50b7403d054f3c0d7a86995c95ef0f57fc Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 5 20:03:45 2026 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Feb 5 20:03:45 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b8db50
sys-libs/glibc: Stabilize 2.41-r10 ppc, #969576 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> sys-libs/glibc/glibc-2.41-r10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/glibc/glibc-2.41-r10.ebuild b/sys-libs/glibc/glibc-2.41-r10.ebuild index f6a7494ec937..d3ed900f280f 100644 --- a/sys-libs/glibc/glibc-2.41-r10.ebuild +++ b/sys-libs/glibc/glibc-2.41-r10.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Bumping notes: https://wiki.gentoo.org/wiki/Project:Toolchain/sys-libs/glibc # Please read & adapt the page as necessary if obsolete. -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) TMPFILES_OPTIONAL=1 EMULTILIB_PKG="true" @@ -41,7 +41,7 @@ HOMEPAGE="https://www.gnu.org/software/libc/" if [[ ${PV} == 9999* ]]; then inherit git-r3 else - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" SRC_URI="mirror://gnu/glibc/${P}.tar.xz" SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz" fi
