summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2019-04-08 18:02:10 +0200
committerAndreas K. Huettel <dilfridge@gentoo.org>2019-04-08 18:03:18 +0200
commite5d372702d5b5ac6170e39ebc5c2bec7606e104a (patch)
tree66cf038668d43c94f0d718ea575cc83cc06f56b8
parentdev-python/typed-ast: Add ~alpha keyword wrt bug #677026 (diff)
downloadgentoo-e5d37270.tar.gz
gentoo-e5d37270.tar.bz2
gentoo-e5d37270.zip
sys-libs/glibc: Forward keywords (including stable) to 2.28-r6
Bug: https://bugs.gentoo.org/674126 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--sys-libs/glibc/glibc-2.28-r6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.28-r6.ebuild b/sys-libs/glibc/glibc-2.28-r6.ebuild
index 3a0ff9b6e8b2..8b515a70e87f 100644
--- a/sys-libs/glibc/glibc-2.28-r6.ebuild
+++ b/sys-libs/glibc/glibc-2.28-r6.ebuild
@@ -18,7 +18,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 s390 sh sparc ~x86"
+ KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
fi