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: Fri, 23 Nov 2018 23:51:49
Message-Id: 1543017072.5a205bfb45c4c238ff9d1f972beb1174bdfa2355.dilfridge@gentoo
1 commit: 5a205bfb45c4c238ff9d1f972beb1174bdfa2355
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 23 23:51:12 2018 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 23 23:51:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a205bfb
7
8 sys-libs/glibc: Re-add keywords to glibc-2.28
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sys-libs/glibc/glibc-2.28-r2.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/sys-libs/glibc/glibc-2.28-r2.ebuild b/sys-libs/glibc/glibc-2.28-r2.ebuild
17 index f0d43996eac..94485cd6b08 100644
18 --- a/sys-libs/glibc/glibc-2.28-r2.ebuild
19 +++ b/sys-libs/glibc/glibc-2.28-r2.ebuild
20 @@ -18,8 +18,7 @@ if [[ ${PV} == 9999* ]]; then
21 EGIT_REPO_URI="https://sourceware.org/git/glibc.git"
22 inherit git-r3
23 else
24 - # KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
25 - KEYWORDS=""
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