diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-23 16:12:58 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-23 16:12:58 +0300 |
commit | 745b07e84b5035576737d3e1a719121d02e53feb (patch) | |
tree | 6c1e80330ff2392c97f47aec84331f32b1c58c08 /sys-libs | |
parent | sys-devel/gcc: arm stable wrt bug #685144 (diff) | |
download | gentoo-745b07e84b5035576737d3e1a719121d02e53feb.tar.gz gentoo-745b07e84b5035576737d3e1a719121d02e53feb.tar.bz2 gentoo-745b07e84b5035576737d3e1a719121d02e53feb.zip |
sys-libs/glibc: arm stable wrt bug #685818
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.29-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.29-r2.ebuild b/sys-libs/glibc/glibc-2.29-r2.ebuild index 5719cbbf6f79..e99e6b51c509 100644 --- a/sys-libs/glibc/glibc-2.29-r2.ebuild +++ b/sys-libs/glibc/glibc-2.29-r2.ebuild @@ -20,7 +20,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 |