Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Mon, 02 Jul 2018 18:27:17
Message-Id: 1530555995.56db4f78d6e776b21ac7d889a94c09a06f8d15b2.maekke@gentoo
1 commit: 56db4f78d6e776b21ac7d889a94c09a06f8d15b2
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 2 18:26:35 2018 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 2 18:26:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56db4f78
7
8 sys-libs/glibc: arm stable, bug #657148
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 RepoMan-Options: --include-arches="arm"
12
13 sys-libs/glibc/glibc-2.26-r7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/glibc/glibc-2.26-r7.ebuild b/sys-libs/glibc/glibc-2.26-r7.ebuild
17 index adb85a826be..60059893929 100644
18 --- a/sys-libs/glibc/glibc-2.26-r7.ebuild
19 +++ b/sys-libs/glibc/glibc-2.26-r7.ebuild
20 @@ -18,7 +18,7 @@ if [[ ${PV} == 9999* ]]; then
21 EGIT_REPO_URI="git://sourceware.org/git/glibc.git"
22 inherit git-r3
23 else
24 - KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86"
25 + KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86"
26 SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
27 fi