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, 27 Oct 2018 18:43:22
Message-Id: 1540665790.7f2b979b5efefcc814f998f7857e1127ce200ad1.slyfox@gentoo
1 commit: 7f2b979b5efefcc814f998f7857e1127ce200ad1
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 27 18:42:28 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 18:43:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2b979b
7
8 sys-libs/glibc: stable 2.27-r6 for ia64, bug #666092
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="ia64"
13
14 sys-libs/glibc/glibc-2.27-r6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/glibc/glibc-2.27-r6.ebuild b/sys-libs/glibc/glibc-2.27-r6.ebuild
18 index fd3b74726e1..c85ffaab89d 100644
19 --- a/sys-libs/glibc/glibc-2.27-r6.ebuild
20 +++ b/sys-libs/glibc/glibc-2.27-r6.ebuild
21 @@ -18,7 +18,7 @@ if [[ ${PV} == 9999* ]]; then
22 EGIT_REPO_URI="https://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