commit:     3a1e0f240fe64999d8352dd607ddf7607b85968e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 16 07:55:33 2025 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jun 16 07:56:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1e0f24

sys-libs/glibc: keyword 2.40-r10

Patchset changelog 2.40-9..2.40-10
b3191fb252 (HEAD -> gentoo/2.40, tag: gentoo/glibc-2.40-10, gentoo/gentoo/2.40) 
elf: Fix subprocess status handling for tst-dlopen-sgid (bug 32987)
6acb0c1ff4 x86_64: Fix typo in ifunc-impl-list.c.
576da25811 elf: Test case for bug 32976 (CVE-2025-4802)
a718606deb support: Add support_record_failure_barrier
fc9380fc4a support: Use const char * argument in 
support_capture_subprogram_self_sgid
6caa494e52 elf: Keep using minimal malloc after early DTV resize (bug 32412)
d51fcb3489 libio: Correctly link tst-popen-fork against libpthread
0d49ad532a libio: Fix a deadlock after fork in popen
2a32be62cd nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions 
(bug 32786)
0f4c5e93ae nptl: Use all of g1_start and g_signals
9f97a42bcc nptl: rename __condvar_quiesce_and_switch_g1
b54d76e58c nptl: Fix indentation
c5ac60fd7a nptl: Use a single loop in pthread_cond_wait instaed of a nested loop
c98cc8a63d nptl: Remove g_refs from condition variables
130eccf7c1 nptl: Remove unnecessary quadruple check in pthread_cond_wait
371684dab5 nptl: Remove unnecessary catch-all-wake in condvar group switch
2cae170332 nptl: Update comments and indentation for new condvar implementation
0c5ed4f129 pthreads NPTL: lost wakeup fix 2
881901893c x86: Detect Intel Diamond Rapids
0e9288d6ca x86: Handle unknown Intel processor with default tuning
63545a975b x86: Add ARL/PTL/CWF model detection support
7c67157ca3 x86: Optimize xstate size calculation
df532420bf x86: Use `Avoid_Non_Temporal_Memset` to control non-temporal path
a7040faa9d x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthread
b8152f4908 x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 
32810)
73732c6557 x86: Skip XSAVE state size reset if ISA level requires XSAVE
97c6f0aaf5 x86_64: Add atanh with FMA
2432251759 x86_64: Add sinh with FMA
db316c4353 x86_64: Add tanh with FMA

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sys-libs/glibc/glibc-2.40-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.40-r10.ebuild 
b/sys-libs/glibc/glibc-2.40-r10.ebuild
index 7c81f5fc0394..2ab10160a86f 100644
--- a/sys-libs/glibc/glibc-2.40-r10.ebuild
+++ b/sys-libs/glibc/glibc-2.40-r10.ebuild
@@ -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

Reply via email to