diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-19 12:39:14 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-19 12:40:10 +0100 |
commit | ce37af0cf987d22165d61ec2ae578fae809e89c8 (patch) | |
tree | a597b8232af3cd9044298c540f7d19a4a8b13b5e /sys-libs | |
parent | sys-apps/coreutils: skip ZFS check when ZFS module not loaded (diff) | |
download | gentoo-ce37af0cf987d22165d61ec2ae578fae809e89c8.tar.gz gentoo-ce37af0cf987d22165d61ec2ae578fae809e89c8.tar.bz2 gentoo-ce37af0cf987d22165d61ec2ae578fae809e89c8.zip |
sys-libs/glibc: Re-keyword 2.34-r4
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.34-r4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.34-r4.ebuild b/sys-libs/glibc/glibc-2.34-r4.ebuild index 2a827a3494aa..4346f19004c8 100644 --- a/sys-libs/glibc/glibc-2.34-r4.ebuild +++ b/sys-libs/glibc/glibc-2.34-r4.ebuild @@ -29,8 +29,7 @@ PATCH_DEV=dilfridge if [[ ${PV} == 9999* ]]; then inherit git-r3 else - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - KEYWORDS="" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 |