diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-02 19:30:07 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-02 19:30:07 +0000 |
commit | e9c7cfb07f90712355464c43252feec809b19d9c (patch) | |
tree | d5ac22951115ba3974211d79364951124f1c23fa /sys-libs/glibc | |
parent | dev-lang/php: Stabilize 8.1.16 arm64, #895624 (diff) | |
download | gentoo-e9c7cfb07f90712355464c43252feec809b19d9c.tar.gz gentoo-e9c7cfb07f90712355464c43252feec809b19d9c.tar.bz2 gentoo-e9c7cfb07f90712355464c43252feec809b19d9c.zip |
sys-libs/glibc: Stabilize 2.36-r7 x86, #893874
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.36-r7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.36-r7.ebuild b/sys-libs/glibc/glibc-2.36-r7.ebuild index 1888a31be9eb..a1fc54e6a531 100644 --- a/sys-libs/glibc/glibc-2.36-r7.ebuild +++ b/sys-libs/glibc/glibc-2.36-r7.ebuild @@ -26,7 +26,7 @@ PATCH_DEV=dilfridge 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 |