diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-11-12 13:28:38 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-11-12 15:15:28 +0100 |
commit | 02056778ea5961e77a59a7a246b355c1225c7404 (patch) | |
tree | 6b81ac5597fa6ad7b11003115a0ac32cdcedb559 /sys-libs/glibc | |
parent | sys-libs/glibc: Remove old (diff) | |
download | gentoo-02056778ea5961e77a59a7a246b355c1225c7404.tar.gz gentoo-02056778ea5961e77a59a7a246b355c1225c7404.tar.bz2 gentoo-02056778ea5961e77a59a7a246b355c1225c7404.zip |
sys-libs/glibc: Re-add keywords to glibc 2.26
Bug: https://bugs.gentoo.org/492814
Bug: https://bugs.gentoo.org/622694
Bug: https://bugs.gentoo.org/617938
Bug: https://bugs.gentoo.org/466176
Bug: https://bugs.gentoo.org/628768
Bug: https://bugs.gentoo.org/637016
Bug: https://bugs.gentoo.org/636934
Bug: https://bugs.gentoo.org/381391
Bug: https://bugs.gentoo.org/636158
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.26-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.26-r3.ebuild b/sys-libs/glibc/glibc-2.26-r3.ebuild index e653041df346..2234b26a0844 100644 --- a/sys-libs/glibc/glibc-2.26-r3.ebuild +++ b/sys-libs/glibc/glibc-2.26-r3.ebuild @@ -18,8 +18,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="git://sourceware.org/git/glibc.git" inherit git-r3 else - # KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - KEYWORDS="" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" SRC_URI="mirror://gnu/glibc/${P}.tar.xz" fi |