commit: 8aefd7f6e791814c5647dfeb15ac2e723848d16c
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 05:28:29 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 08:02:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aefd7f6
sys-libs/glibc: keyword 2.36 for ~loong
Contrary to the other arches, loong is effectively on 2.36 from day one,
also the current userbase is small and tech-savvy enough for us to just
switch and enable more early testing and feedback.
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
sys-libs/glibc/glibc-2.36.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/glibc/glibc-2.36.ebuild b/sys-libs/glibc/glibc-2.36.ebuild
index b35b2febd192..df09f5c97b9d 100644
--- a/sys-libs/glibc/glibc-2.36.ebuild
+++ b/sys-libs/glibc/glibc-2.36.ebuild
@@ -27,7 +27,7 @@ if [[ ${PV} == 9999* ]]; then
inherit git-r3
else
#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc
~ppc64 ~riscv ~s390 ~sparc ~x86"
- KEYWORDS=""
+ KEYWORDS="~loong"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+="
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz"
fi