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, 01 Jan 2018 15:10:59
Message-Id: 1514819401.7d670bcd5943bdb4642bc4c1e37672a048d70e14.dilfridge@gentoo
1 commit: 7d670bcd5943bdb4642bc4c1e37672a048d70e14
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 15:09:44 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 15:10:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d670bcd
7
8 sys-libs/glibc: Restore keywords of 2.26-r5
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-libs/glibc/glibc-2.26-r5.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-libs/glibc/glibc-2.26-r5.ebuild b/sys-libs/glibc/glibc-2.26-r5.ebuild
16 index abde9e62f95..c5a076afbdb 100644
17 --- a/sys-libs/glibc/glibc-2.26-r5.ebuild
18 +++ b/sys-libs/glibc/glibc-2.26-r5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -18,8 +18,7 @@ if [[ ${PV} == 9999* ]]; then
26 EGIT_REPO_URI="git://sourceware.org/git/glibc.git"
27 inherit git-r3
28 else
29 - # KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
30 - KEYWORDS=""
31 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
32 SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
33 fi