diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-11-27 00:21:56 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-11-27 00:22:24 +0100 |
commit | c5e4a439962f12acf7b223be108ad613dff61a69 (patch) | |
tree | 66890ce0b389623970afcf252985160ba09b0144 /sys-libs | |
parent | app-emulation/winetricks: Drop old (diff) | |
download | gentoo-c5e4a439962f12acf7b223be108ad613dff61a69.tar.gz gentoo-c5e4a439962f12acf7b223be108ad613dff61a69.tar.bz2 gentoo-c5e4a439962f12acf7b223be108ad613dff61a69.zip |
sys-libs/glibc: Restore keywords of 2.30-r3
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.30-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.30-r3.ebuild b/sys-libs/glibc/glibc-2.30-r3.ebuild index 146a45639293..2178d1b5865a 100644 --- a/sys-libs/glibc/glibc-2.30-r3.ebuild +++ b/sys-libs/glibc/glibc-2.30-r3.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://sourceware.org/git/glibc.git" inherit git-r3 else -# KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" SRC_URI="mirror://gnu/glibc/${P}.tar.xz" fi |