summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-06-14 14:44:19 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-06-14 14:45:58 +0200
commit4dea6def615f8c1d66ce6284e172eea097e66b2d (patch)
tree848768656cf0df2cfca3ea3fae8cc09182fd2763 /sys-libs/glibc
parentmedia-radio/wsjtx: add 2.7.0_rc4 (diff)
downloadgentoo-4dea6def615f8c1d66ce6284e172eea097e66b2d.tar.gz
gentoo-4dea6def615f8c1d66ce6284e172eea097e66b2d.tar.bz2
gentoo-4dea6def615f8c1d66ce6284e172eea097e66b2d.zip
sys-libs/glibc: stabilize 2.39-r9 for x86
Bug: https://bugs.gentoo.org/933764 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r--sys-libs/glibc/glibc-2.39-r9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.39-r9.ebuild b/sys-libs/glibc/glibc-2.39-r9.ebuild
index 201210eb7976..e6650fa8057d 100644
--- a/sys-libs/glibc/glibc-2.39-r9.ebuild
+++ b/sys-libs/glibc/glibc-2.39-r9.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 -ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa -ia64 ~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