diff options
author | 2019-11-27 00:45:07 +0100 | |
---|---|---|
committer | 2019-11-27 00:45:07 +0100 | |
commit | b8591daa17425d455e91a935db72839a6c27455f (patch) | |
tree | fdc542f4d7290b6b4e0f591df0126232ac2d1bc2 /sys-libs | |
parent | dev-lang/perl: Fix perl-cross version of 5.30.1 (diff) | |
download | gentoo-b8591daa17425d455e91a935db72839a6c27455f.tar.gz gentoo-b8591daa17425d455e91a935db72839a6c27455f.tar.bz2 gentoo-b8591daa17425d455e91a935db72839a6c27455f.zip |
sys-libs/glibc: Restore keywords of 2.29-r7
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.29-r7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.29-r7.ebuild b/sys-libs/glibc/glibc-2.29-r7.ebuild index fad4d17a464f..321352d79f97 100644 --- a/sys-libs/glibc/glibc-2.29-r7.ebuild +++ b/sys-libs/glibc/glibc-2.29-r7.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 |