sys-libs/glibc: keyword 2.42-r3

Patchset changelog:
b1e742ce23 (HEAD -> gentoo/2.42, tag: gentoo/glibc-2.42-5, gentoo/gentoo/2.42) Reapply "sparc: Fix argument passing to __libc_start_main on SPARC32"
3840c20699 Revert "sparc: Fix sparc32 Fix argument passing to __libc_start_main (BZ 32981)"
64a2b2391d posix: Fix invalid flags test for p{write,read}v2
196ea331e6 ppc64le: Power 10 rawmemchr clobbers v20 (bug #33091)
c0725f0da1 ppc64le: Restore optimized strncmp for power10
744bb6ba9d ppc64le: Restore optimized strcmp for power10
b53df2281d AArch64: Fix and improve SVE pow(f) special cases
4d69e5730e AArch64: fix SVE tanpi(f) [BZ #33642]
57a699d19f AArch64: Fix instability in AdvSIMD sinh
fcfbd29006 AArch64: Fix instability in AdvSIMD tan
5dc383b7a2 AArch64: Optimise SVE scalar callbacks
657239062b aarch64: fix includes in SME tests
54bd1ebbcd aarch64: fix cfi directives around __libc_arm_za_disable
7225f6c571 x86: fix wmemset ifunc stray '!' (bug 33542)
893b761b15 math: Fix x86_64 build for -Os (BZ 33367)

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2025-12-20 23:41:54 +01:00
parent e6e14f0631
commit 9132a2e2c4
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -43,8 +43,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+=" verify-sig? ( mirror://gnu/glibc/${P}.tar.xz.sig )"
SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz"