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: Sat, 30 Mar 2019 14:29:11
Message-Id: 1553956132.511691f49d06d0e4a910e5f616a017b3e87b2a2f.dilfridge@gentoo
1 commit: 511691f49d06d0e4a910e5f616a017b3e87b2a2f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 14:28:14 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 14:28:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511691f4
7
8 sys-libs/glibc: Re-keyword glibc-2.29
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sys-libs/glibc/glibc-2.29-r1.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/sys-libs/glibc/glibc-2.29-r1.ebuild b/sys-libs/glibc/glibc-2.29-r1.ebuild
17 index 1beb44e7ca9..34fad50ec4f 100644
18 --- a/sys-libs/glibc/glibc-2.29-r1.ebuild
19 +++ b/sys-libs/glibc/glibc-2.29-r1.ebuild
20 @@ -20,8 +20,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