diff options
author | 2020-08-12 07:37:36 +0000 | |
---|---|---|
committer | 2020-08-12 07:37:36 +0000 | |
commit | 076f624a04824b44fee83435e76073915f5f4fb0 (patch) | |
tree | 3af235d9b0eaff1a872ef76384df579f4de68654 /sys-libs/glibc | |
parent | media-sound/yoshimi: fix #729716 LV2_Descriptor (diff) | |
download | gentoo-076f624a04824b44fee83435e76073915f5f4fb0.tar.gz gentoo-076f624a04824b44fee83435e76073915f5f4fb0.tar.bz2 gentoo-076f624a04824b44fee83435e76073915f5f4fb0.zip |
sys-libs/glibc: Stabilize 2.30-r9 x86, #727758
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.30-r9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.30-r9.ebuild b/sys-libs/glibc/glibc-2.30-r9.ebuild index 344870406624..2a22b0bde8ed 100644 --- a/sys-libs/glibc/glibc-2.30-r9.ebuild +++ b/sys-libs/glibc/glibc-2.30-r9.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://sourceware.org/git/glibc.git" 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" fi |