Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Wed, 01 May 2019 06:22:28
Message-Id: 1556691734.f78eb8cb5aa242e1b3ac9fe5e7e77a814ff23222.mattst88@gentoo
1 commit: f78eb8cb5aa242e1b3ac9fe5e7e77a814ff23222
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 06:22:02 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 06:22:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78eb8cb
7
8 sys-libs/glibc-2.28-r6: ppc64 stable, bug 674126
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-libs/glibc/glibc-2.28-r6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/glibc/glibc-2.28-r6.ebuild b/sys-libs/glibc/glibc-2.28-r6.ebuild
16 index c843db7e2db..55793d8cbe2 100644
17 --- a/sys-libs/glibc/glibc-2.28-r6.ebuild
18 +++ b/sys-libs/glibc/glibc-2.28-r6.ebuild
19 @@ -18,7 +18,7 @@ if [[ ${PV} == 9999* ]]; then
20 EGIT_REPO_URI="https://sourceware.org/git/glibc.git"
21 inherit git-r3
22 else
23 - KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86"
24 + KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
25 SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
26 fi