Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Mon, 04 Jun 2018 23:40:18
Message-Id: 1528155603.9a77607ea4cb5ed47bb28604661b3c17fa90f788.dilfridge@gentoo
1 commit: 9a77607ea4cb5ed47bb28604661b3c17fa90f788
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 4 23:38:29 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 4 23:40:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a77607e
7
8 sys-libs/glibc: Add keywords to glibc-2.27
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sys-libs/glibc/glibc-2.27-r3.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sys-libs/glibc/glibc-2.27-r3.ebuild b/sys-libs/glibc/glibc-2.27-r3.ebuild
16 index 8d6226b6119..f8a12e89714 100644
17 --- a/sys-libs/glibc/glibc-2.27-r3.ebuild
18 +++ b/sys-libs/glibc/glibc-2.27-r3.ebuild
19 @@ -18,8 +18,7 @@ if [[ ${PV} == 9999* ]]; then
20 EGIT_REPO_URI="https://sourceware.org/git/glibc.git"
21 inherit git-r3
22 else
23 - # KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
24 - KEYWORDS=""
25 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
26 SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
27 fi