commit: 656f24cf4af5c687e7863cc9fc8a18a9c05a4124 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Oct 9 09:14:48 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Oct 9 09:16:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=656f24cf
sys-libs/glibc: keyword 2.40-r5 (patchlevel 5) Patchset changelog 2.40-4..2.40-5 6d6b908b56 (HEAD -> gentoo/2.40, tag: gentoo/glibc-2.40-5, gentoo/gentoo/2.40) libio: Set _vtable_offset before calling _IO_link_in [BZ #32148] 7bb87201e6 Disable _TIME_BITS if the compiler defaults to it 838ba39617 Disable _FILE_OFFSET_BITS if the compiler defaults to it Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sys-libs/glibc/glibc-2.40-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/glibc/glibc-2.40-r5.ebuild b/sys-libs/glibc/glibc-2.40-r5.ebuild index 375f9cb25e4e..5ad8b411f5b0 100644 --- a/sys-libs/glibc/glibc-2.40-r5.ebuild +++ b/sys-libs/glibc/glibc-2.40-r5.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
