Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sun, 07 Aug 2022 08:02:58
Message-Id: 1659859358.8aefd7f6e791814c5647dfeb15ac2e723848d16c.xen0n@gentoo
1 commit: 8aefd7f6e791814c5647dfeb15ac2e723848d16c
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 7 05:28:29 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 08:02:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aefd7f6
7
8 sys-libs/glibc: keyword 2.36 for ~loong
9
10 Contrary to the other arches, loong is effectively on 2.36 from day one,
11 also the current userbase is small and tech-savvy enough for us to just
12 switch and enable more early testing and feedback.
13
14 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
15
16 sys-libs/glibc/glibc-2.36.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sys-libs/glibc/glibc-2.36.ebuild b/sys-libs/glibc/glibc-2.36.ebuild
20 index b35b2febd192..df09f5c97b9d 100644
21 --- a/sys-libs/glibc/glibc-2.36.ebuild
22 +++ b/sys-libs/glibc/glibc-2.36.ebuild
23 @@ -27,7 +27,7 @@ if [[ ${PV} == 9999* ]]; then
24 inherit git-r3
25 else
26 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
27 - KEYWORDS=""
28 + KEYWORDS="~loong"
29 SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
30 SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz"
31 fi