sys-libs/glibc: keyword 2.41-r8

Patchset changelog:
2ac2eb3f24 (HEAD -> gentoo/2.41, tag: gentoo/glibc-2.41-10, gentoo/gentoo/2.41) ppc64le: Power 10 rawmemchr clobbers v20 (bug #33091)
21ae5f8f9a ppc64le: Restore optimized strncmp for power10
e2d29afe29 ppc64le: Restore optimized strcmp for power10
96a0739eae AArch64: Fix and improve SVE pow(f) special cases
58afd46d8f AArch64: fix SVE tanpi(f) [BZ #33642]
a10374301d AArch64: Fix instability in AdvSIMD sinh
299b1ae355 AArch64: Fix instability in AdvSIMD tan
aa2caded2f AArch64: Optimise SVE scalar callbacks
19ccaafe5b aarch64: fix includes in SME tests
b2de68165b aarch64: Do not link conform tests with -Wl,-z,force-bti (bug 33601)
5146dd5e78 aarch64: fix cfi directives around __libc_arm_za_disable
7fbae45884 aarch64: tests for SME
c71b6d6546 aarch64: clear ZA state of SME before clone and clone3 syscalls
d5838ddabf aarch64: define macro for calling __libc_arm_za_disable
158725a597 aarch64: update tests for SME
2b66e952da aarch64: Disable ZA state of SME in setjmp and sigsetjmp
67b0e8b096 x86: fix wmemset ifunc stray '!' (bug 33542)
47513ef5fa (tag: gentoo/glibc-2.41-9) Reapply "sparc: Fix argument passing to __libc_start_main on SPARC32"
1edc76ee1f Revert "sparc: Fix sparc32 Fix argument passing to __libc_start_main (BZ 32981)"
c311bddae5 x86: Detect Intel Nova Lake Processor
9d31d8d142 x86: Detect Intel Wildcat Lake Processor
97d584c7f4 nss: Group merge does not react to ERANGE during merge (bug 33361)
3ce422c0e6 AArch64: Fix SVE powf routine [BZ #33299]

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-12-21 14:29:59 +01:00
parent 79fddf56c9
commit e21804744d
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -41,8 +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=""
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