diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-12-11 08:20:59 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-11 08:20:59 -0500 |
commit | a0efe816684f53adaf08de0596a2ca389a1410ca (patch) | |
tree | 92e313069434b89e6b17a2aa845d0a6687d1e75b /sys-libs | |
parent | dev-vcs/git: amd64 stable wrt bug #702296 (diff) | |
download | gentoo-a0efe816684f53adaf08de0596a2ca389a1410ca.tar.gz gentoo-a0efe816684f53adaf08de0596a2ca389a1410ca.tar.bz2 gentoo-a0efe816684f53adaf08de0596a2ca389a1410ca.zip |
sys-libs/glibc: arm64 stable (bug #702484)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.29-r7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.29-r7.ebuild b/sys-libs/glibc/glibc-2.29-r7.ebuild index 2e97ec960983..7379a12118cf 100644 --- a/sys-libs/glibc/glibc-2.29-r7.ebuild +++ b/sys-libs/glibc/glibc-2.29-r7.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 ~sh ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" SRC_URI="mirror://gnu/glibc/${P}.tar.xz" fi |