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, 22 Sep 2022 06:45:12
Message-Id: 1663829096.c05dafb11ab3241e51646ae4f7a915c88182d10d.dilfridge@gentoo
1 commit: c05dafb11ab3241e51646ae4f7a915c88182d10d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 06:41:59 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 06:44:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05dafb1
7
8 sys-libs/glibc: Re-keyword 2.36
9
10 Bug: https://bugs.gentoo.org/863215
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sys-libs/glibc/glibc-2.36-r3.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/sys-libs/glibc/glibc-2.36-r3.ebuild b/sys-libs/glibc/glibc-2.36-r3.ebuild
17 index 5e0dceed3be4..1c3abc020acc 100644
18 --- a/sys-libs/glibc/glibc-2.36-r3.ebuild
19 +++ b/sys-libs/glibc/glibc-2.36-r3.ebuild
20 @@ -26,8 +26,7 @@ PATCH_DEV=dilfridge
21 if [[ ${PV} == 9999* ]]; then
22 inherit git-r3
23 else
24 - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
25 - KEYWORDS=""
26 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
27 SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
28 SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz"
29 fi