From 1997e1d80ff54054247d8e9e0a123c60cd937e5f Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Thu, 10 Oct 2024 09:09:30 +0200 Subject: sys-libs/glibc: keyword 2.39-r11 (patchlevel 11) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patchset changelog 2.39-10..2.39-11 a67049643a (HEAD -> gentoo/2.39, tag: gentoo/glibc-2.39-11, gentoo/gentoo/2.39) Disable _TIME_BITS if the compiler defaults to it 3fee29bcf1 Disable _FILE_OFFSET_BITS if the compiler defaults to it Signed-off-by: Andreas K. Hüttel --- sys-libs/glibc/glibc-2.39-r11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/glibc/glibc-2.39-r11.ebuild b/sys-libs/glibc/glibc-2.39-r11.ebuild index 922b3f794c97..e512d46cd6e4 100644 --- a/sys-libs/glibc/glibc-2.39-r11.ebuild +++ b/sys-libs/glibc/glibc-2.39-r11.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 -- cgit v1.2.3-65-gdbad