diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2018-08-24 15:44:09 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2018-08-24 15:44:09 +0000 |
commit | c2422a972d191b269b07228c19b8a82b7a05b84c (patch) | |
tree | d44cd58e0fb0025e4557d6796e2e1592e520f65d | |
parent | 2018-08-24 14:44:24 UTC (diff) | |
parent | sys-libs/glibc: Stable for HPPA too. (diff) | |
download | gentoo-c2422a972d191b269b07228c19b8a82b7a05b84c.tar.gz gentoo-c2422a972d191b269b07228c19b8a82b7a05b84c.tar.bz2 gentoo-c2422a972d191b269b07228c19b8a82b7a05b84c.zip |
Merge updates from master
-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 60059893929c..d309ffa80674 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 |