diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-10 10:41:48 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-10 10:45:19 -0400 |
commit | 09d9ddb6843020fdbc948ffb6068a01252454a66 (patch) | |
tree | 6a107e69350f738465ff610c9397721d2eee2b52 /sys-libs | |
parent | media-plugins/kodi-pvr-nextpvr: 3.3.14 version bump (diff) | |
download | gentoo-09d9ddb6843020fdbc948ffb6068a01252454a66.tar.gz gentoo-09d9ddb6843020fdbc948ffb6068a01252454a66.tar.bz2 gentoo-09d9ddb6843020fdbc948ffb6068a01252454a66.zip |
sys-libs/glibc: arm64 stable (bug #674126)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.28-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.28-r6.ebuild b/sys-libs/glibc/glibc-2.28-r6.ebuild index 8b515a70e87f..632b6cdb92bd 100644 --- a/sys-libs/glibc/glibc-2.28-r6.ebuild +++ b/sys-libs/glibc/glibc-2.28-r6.ebuild @@ -18,7 +18,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 s390 sh sparc x86" + KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86" SRC_URI="mirror://gnu/glibc/${P}.tar.xz" fi |