diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-06-06 20:01:15 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-06-06 20:01:44 +0200 |
commit | 1932e6b603759f3791872589fa025f8190e3a63e (patch) | |
tree | 2e766db22ca9bb6d83457a4e331304b3b9c5a602 /sys-libs/glibc | |
parent | dev-lang/perl-5.36.0: remove failing/unnecessary patch for Prefix (diff) | |
download | gentoo-1932e6b603759f3791872589fa025f8190e3a63e.tar.gz gentoo-1932e6b603759f3791872589fa025f8190e3a63e.tar.bz2 gentoo-1932e6b603759f3791872589fa025f8190e3a63e.zip |
sys-libs/glibc: rekeyword 2.35-r7
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.35-r7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.35-r7.ebuild b/sys-libs/glibc/glibc-2.35-r7.ebuild index 05fbd55a47fc..db24482b2097 100644 --- a/sys-libs/glibc/glibc-2.35-r7.ebuild +++ b/sys-libs/glibc/glibc-2.35-r7.ebuild @@ -26,7 +26,7 @@ PATCH_DEV=dilfridge 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" SRC_URI+=" experimental-loong? ( https://dev.gentoo.org/~xen0n/distfiles/glibc-2.35-loongarch-patches-20220522.tar.xz )" |