diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-01-01 16:09:44 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-01-01 16:10:01 +0100 |
commit | 7d670bcd5943bdb4642bc4c1e37672a048d70e14 (patch) | |
tree | 7c286092c6437fe2a526a398ddb6be4ec144712d /sys-libs | |
parent | ada078d8f8ef314e3ce67e5c1f23199e26338d97 (diff) | |
download | gentoo-7d670bcd5943bdb4642bc4c1e37672a048d70e14.tar.gz gentoo-7d670bcd5943bdb4642bc4c1e37672a048d70e14.tar.xz |
sys-libs/glibc: Restore keywords of 2.26-r5
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.26-r5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.26-r5.ebuild b/sys-libs/glibc/glibc-2.26-r5.ebuild index abde9e62f95..c5a076afbdb 100644 --- a/sys-libs/glibc/glibc-2.26-r5.ebuild +++ b/sys-libs/glibc/glibc-2.26-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 |