summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-24 00:54:01 +0100
committerSam James <sam@gentoo.org>2022-04-24 00:54:01 +0100
commit417b5248aebfce61e37e95fd0fc17debc22f94fc (patch)
tree641e0ec7252bedb8a403f893663c7a0916d7774a /sys-libs
parentmail-filter/opendmarc: [QA] fix glibc upgrade issue without hacks (diff)
downloadgentoo-417b5248aebfce61e37e95fd0fc17debc22f94fc.tar.gz
gentoo-417b5248aebfce61e37e95fd0fc17debc22f94fc.tar.bz2
gentoo-417b5248aebfce61e37e95fd0fc17debc22f94fc.zip
sys-libs/glibc: Stabilize 2.34-r10 hppa, #833191
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.34-r10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.34-r10.ebuild b/sys-libs/glibc/glibc-2.34-r10.ebuild
index e607faf13339..3c6ded33ef89 100644
--- a/sys-libs/glibc/glibc-2.34-r10.ebuild
+++ b/sys-libs/glibc/glibc-2.34-r10.ebuild
@@ -29,7 +29,7 @@ PATCH_DEV=dilfridge
if [[ ${PV} == 9999* ]]; then
inherit git-r3
else
- KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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