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: Thu, 23 Apr 2020 20:39:59
Message-Id: 1587674379.7f50d2e807f949ff10bf8b90d1c46d80e5392fd7.dilfridge@gentoo
1 commit: 7f50d2e807f949ff10bf8b90d1c46d80e5392fd7
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 20:38:08 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 20:39:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f50d2e8
7
8 sys-libs/glibc: Restore keywords of 2.31
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sys-libs/glibc/glibc-2.31-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/glibc/glibc-2.31-r2.ebuild b/sys-libs/glibc/glibc-2.31-r2.ebuild
17 index f03483a5f7c..2945adf1290 100644
18 --- a/sys-libs/glibc/glibc-2.31-r2.ebuild
19 +++ b/sys-libs/glibc/glibc-2.31-r2.ebuild
20 @@ -20,7 +20,7 @@ if [[ ${PV} == 9999* ]]; then
21 inherit git-r3
22 else
23 # needs minimal testing
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 ~sparc ~x86"
26 SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
27 fi