Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Mon, 08 Apr 2019 16:03:37
Message-Id: 1554739398.e5d372702d5b5ac6170e39ebc5c2bec7606e104a.dilfridge@gentoo
1 commit: e5d372702d5b5ac6170e39ebc5c2bec7606e104a
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 16:02:10 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 16:03:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d37270
7
8 sys-libs/glibc: Forward keywords (including stable) to 2.28-r6
9
10 Bug: https://bugs.gentoo.org/674126
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 sys-libs/glibc/glibc-2.28-r6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/glibc/glibc-2.28-r6.ebuild b/sys-libs/glibc/glibc-2.28-r6.ebuild
18 index 3a0ff9b6e8b..8b515a70e87 100644
19 --- a/sys-libs/glibc/glibc-2.28-r6.ebuild
20 +++ b/sys-libs/glibc/glibc-2.28-r6.ebuild
21 @@ -18,7 +18,7 @@ if [[ ${PV} == 9999* ]]; then
22 EGIT_REPO_URI="https://sourceware.org/git/glibc.git"
23 inherit git-r3
24 else
25 - #KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc ~x86"
26 + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86"
27 SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
28 fi