diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-12-22 00:53:45 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-12-22 00:53:45 +0100 |
commit | e727adc20643f14e3b4a5003d036f092068f2e06 (patch) | |
tree | 78955f1b462db26e4604f0e8006d4b0989957543 /sys-libs/glibc | |
parent | www-apache/mod_perl: Partly fix tests, bug 614684 (diff) | |
download | gentoo-e727adc20643f14e3b4a5003d036f092068f2e06.tar.gz gentoo-e727adc20643f14e3b4a5003d036f092068f2e06.tar.bz2 gentoo-e727adc20643f14e3b4a5003d036f092068f2e06.zip |
sys-libs/glibc: Re-keyword 2.28-r4
Two test failures on ~amd64:
FAIL: nptl/tst-tss-basic
FAIL: resolv/tst-resolv-ai_idn-nolibidn2
Bug: https://bugs.gentoo.org/673124
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.28-r4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.28-r4.ebuild b/sys-libs/glibc/glibc-2.28-r4.ebuild index afd0ba6ff7ed..bbe2505ad886 100644 --- a/sys-libs/glibc/glibc-2.28-r4.ebuild +++ b/sys-libs/glibc/glibc-2.28-r4.ebuild @@ -18,8 +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="" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" SRC_URI="mirror://gnu/glibc/${P}.tar.xz" fi |