sys-libs/glibc: keyword 2.42-r2

Patchset log:
52f32ca7c6 (HEAD -> gentoo/2.42, tag: gentoo/glibc-2.42-4, gentoo/gentoo/2.42) aarch64: tests for SME
1f25229bcb aarch64: clear ZA state of SME before clone and clone3 syscalls
4ec45a1c30 aarch64: define macro for calling __libc_arm_za_disable
eb8606ece4 x86: Detect Intel Nova Lake Processor
300c358731 x86: Detect Intel Wildcat Lake Processor
e2f0d1e70c nptl: Fix MADV_GUARD_INSTALL logic for thread without guard page (BZ 33356)
92872b10b5 nss: Group merge does not react to ERANGE during merge (bug 33361)
75e4e240d4 libio: Define AT_RENAME_* with the same tokens as Linux
789d8f0423 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-10-29 22:34:57 +01:00
parent 65c9e89276
commit f4013fbc99
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -43,7 +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="~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"