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: Sun, 31 Oct 2021 18:10:50
Message-Id: 1635703811.c9337d9e1e19ad3a3de816a8abfbb94591be436e.sam@gentoo
1 commit: c9337d9e1e19ad3a3de816a8abfbb94591be436e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 18:10:11 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 18:10:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9337d9e
7
8 sys-libs/glibc: Stabilize 2.33-r7 arm, #809410
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-libs/glibc/glibc-2.33-r7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/glibc/glibc-2.33-r7.ebuild b/sys-libs/glibc/glibc-2.33-r7.ebuild
16 index 2f9ce004d3a..645fa1bc4ea 100644
17 --- a/sys-libs/glibc/glibc-2.33-r7.ebuild
18 +++ b/sys-libs/glibc/glibc-2.33-r7.ebuild
19 @@ -23,7 +23,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