diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-10-10 09:09:30 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-10-10 09:11:11 +0200 |
commit | 1997e1d80ff54054247d8e9e0a123c60cd937e5f (patch) | |
tree | 99639d13b422be9affffeafdc8712778cd39c2e8 /sys-libs | |
parent | www-client/chromium: Stabilize 129.0.6668.100 amd64, #941213 (diff) | |
download | gentoo-1997e1d80ff54054247d8e9e0a123c60cd937e5f.tar.gz gentoo-1997e1d80ff54054247d8e9e0a123c60cd937e5f.tar.bz2 gentoo-1997e1d80ff54054247d8e9e0a123c60cd937e5f.zip |
sys-libs/glibc: keyword 2.39-r11 (patchlevel 11)
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 <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.39-r11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |