Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sat, 26 Mar 2022 21:41:01
Message-Id: 1648330843.fad2a26f870c254c9bde7ceee306cba855ad88e7.sam@gentoo
1 commit: fad2a26f870c254c9bde7ceee306cba855ad88e7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 21:40:43 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 21:40:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad2a26f
7
8 sys-libs/glibc: Stabilize 2.34-r10 amd64, #833191
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-libs/glibc/glibc-2.34-r10.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/glibc/glibc-2.34-r10.ebuild b/sys-libs/glibc/glibc-2.34-r10.ebuild
16 index f22c0e59c010..a21b043589eb 100644
17 --- a/sys-libs/glibc/glibc-2.34-r10.ebuild
18 +++ b/sys-libs/glibc/glibc-2.34-r10.ebuild
19 @@ -29,7 +29,7 @@ PATCH_DEV=dilfridge
20 if [[ ${PV} == 9999* ]]; then
21 inherit git-r3
22 else
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
24 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
25 SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
26 SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz"
27 fi