commit: a8d1494169ddd40d6de2dac7188ceb645b83158c Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Sep 12 10:46:39 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Sep 12 10:46:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d14941
sys-libs/glibc: keyword 2.40-r3 (patchlevel 3) Patchset changelog 2.40-2..2.40-3 48794598ee (HEAD -> gentoo/2.40, tag: gentoo/glibc-2.40-3, gentoo/gentoo/2.40) libio: Attempt wide backup free only for non-legacy code ecc5e6b022 debug: Fix read error handling in pcprofiledump f6e7c79227 elf: Fix tst-dlopen-tlsreinit1.out test dependency d03a00033e elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717) 27eccbe4b5 elf: Clarify and invert second argument of _dl_allocate_tls_init Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sys-libs/glibc/glibc-2.40-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/glibc/glibc-2.40-r3.ebuild b/sys-libs/glibc/glibc-2.40-r3.ebuild index 785b7411640f..6891edbe8cab 100644 --- a/sys-libs/glibc/glibc-2.40-r3.ebuild +++ b/sys-libs/glibc/glibc-2.40-r3.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 -ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa -ia64 ~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
