Gentoo Archives: gentoo-commits

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