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: Wed, 02 Feb 2022 00:18:17
Message-Id: 1643761083.1163bc3430025489e4c73e57ef9709c7fa141f26.dilfridge@gentoo
1 commit: 1163bc3430025489e4c73e57ef9709c7fa141f26
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 00:17:40 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 00:18:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1163bc34
7
8 sys-libs/glibc: Restore keywords of 2.33-r12
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sys-libs/glibc/glibc-2.33-r12.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/glibc/glibc-2.33-r12.ebuild b/sys-libs/glibc/glibc-2.33-r12.ebuild
17 index 87a79a24f4cb..1200b7f4a1c3 100644
18 --- a/sys-libs/glibc/glibc-2.33-r12.ebuild
19 +++ b/sys-libs/glibc/glibc-2.33-r12.ebuild
20 @@ -29,7 +29,7 @@ PATCH_DEV=dilfridge
21 if [[ ${PV} == 9999* ]]; then
22 inherit git-r3
23 else
24 - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~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 SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz"
28 fi