diff options
author | 2024-11-21 15:03:33 +0000 | |
---|---|---|
committer | 2024-11-21 15:03:33 +0000 | |
commit | f23f965723e5e7952788f03c6b791b579350bb7a (patch) | |
tree | f122d6e7b1a3c599ef6466d4c9552d7ff2be03c3 /sys-libs | |
parent | sys-libs/glibc: Stabilize 2.39-r11 arm, #942687 (diff) | |
download | gentoo-f23f965723e5e7952788f03c6b791b579350bb7a.tar.gz gentoo-f23f965723e5e7952788f03c6b791b579350bb7a.tar.bz2 gentoo-f23f965723e5e7952788f03c6b791b579350bb7a.zip |
sys-libs/glibc: Stabilize 2.40-r5 arm, #942687
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.40-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.40-r5.ebuild b/sys-libs/glibc/glibc-2.40-r5.ebuild index 01aac3024740..482323623ce6 100644 --- a/sys-libs/glibc/glibc-2.40-r5.ebuild +++ b/sys-libs/glibc/glibc-2.40-r5.ebuild @@ -41,7 +41,7 @@ HOMEPAGE="https://www.gnu.org/software/libc/" if [[ ${PV} == 9999* ]]; then inherit git-r3 else - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" SRC_URI="mirror://gnu/glibc/${P}.tar.xz" SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz" fi |