diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-06-05 20:15:34 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-06-05 20:23:07 +0300 |
commit | 7f186fc30c1aab64740c6f8297476c8c360cda17 (patch) | |
tree | 042af8be169206d4d1bd8f7c1c966071c6e1cdf4 /sys-libs | |
parent | profiles: arm64: enable USE=libtirpc by default (bug #657148) (diff) | |
download | gentoo-7f186fc30c1aab64740c6f8297476c8c360cda17.tar.gz gentoo-7f186fc30c1aab64740c6f8297476c8c360cda17.tar.bz2 gentoo-7f186fc30c1aab64740c6f8297476c8c360cda17.zip |
sys-libs/glibc-2.26-r7: arm64 stable (bug #657148)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.26-r7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.26-r7.ebuild b/sys-libs/glibc/glibc-2.26-r7.ebuild index fbee47943936..a12dba0eff10 100644 --- a/sys-libs/glibc/glibc-2.26-r7.ebuild +++ b/sys-libs/glibc/glibc-2.26-r7.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="git://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 |