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: Tue, 26 Nov 2019 23:22:38
Message-Id: 1574810544.c5e4a439962f12acf7b223be108ad613dff61a69.dilfridge@gentoo
1 commit: c5e4a439962f12acf7b223be108ad613dff61a69
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 23:21:56 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 23:22:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e4a439
7
8 sys-libs/glibc: Restore keywords of 2.30-r3
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sys-libs/glibc/glibc-2.30-r3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/glibc/glibc-2.30-r3.ebuild b/sys-libs/glibc/glibc-2.30-r3.ebuild
17 index 146a4563929..2178d1b5865 100644
18 --- a/sys-libs/glibc/glibc-2.30-r3.ebuild
19 +++ b/sys-libs/glibc/glibc-2.30-r3.ebuild
20 @@ -19,7 +19,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 ~riscv ~s390 ~sh ~sparc ~x86"
25 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
26 SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
27 fi