summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-09-12 12:46:39 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-09-12 12:46:58 +0200
commita8d1494169ddd40d6de2dac7188ceb645b83158c (patch)
tree604276c4005a237ba3fb83f5aeacebeb9b9a1552 /sys-libs
parentlicenses: Drop unused Mozart (diff)
downloadgentoo-a8d1494169ddd40d6de2dac7188ceb645b83158c.tar.gz
gentoo-a8d1494169ddd40d6de2dac7188ceb645b83158c.tar.bz2
gentoo-a8d1494169ddd40d6de2dac7188ceb645b83158c.zip
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@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.40-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
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