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 Apr 2019 20:50:55
Message-Id: 1556398237.6326905eb8cef4c72e900fcbfb5c4032624b61c2.slyfox@gentoo
1 commit: 6326905eb8cef4c72e900fcbfb5c4032624b61c2
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 27 20:49:43 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 27 20:50:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6326905e
7
8 sys-libs/glibc: stable 2.28-r6 for ia64, bug #674126
9
10 Package-Manager: Portage-2.3.65, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ia64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 sys-libs/glibc/glibc-2.28-r6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/glibc/glibc-2.28-r6.ebuild b/sys-libs/glibc/glibc-2.28-r6.ebuild
18 index 632b6cdb92b..601386fafaf 100644
19 --- a/sys-libs/glibc/glibc-2.28-r6.ebuild
20 +++ b/sys-libs/glibc/glibc-2.28-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