Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Mon, 08 Apr 2019 02:18:23
Message-Id: 1554689116.d6710f31677f77be2a509b0f01b2e104c0c7d653.whissi@gentoo
1 commit: d6710f31677f77be2a509b0f01b2e104c0c7d653
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 02:05:16 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 02:05:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6710f31
7
8 sys-libs/glibc: x86 stable (bug #674126)
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-libs/glibc/glibc-2.28-r5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/glibc/glibc-2.28-r5.ebuild b/sys-libs/glibc/glibc-2.28-r5.ebuild
17 index afb24ebc97b..9907e295d98 100644
18 --- a/sys-libs/glibc/glibc-2.28-r5.ebuild
19 +++ b/sys-libs/glibc/glibc-2.28-r5.ebuild
20 @@ -18,7 +18,7 @@ if [[ ${PV} == 9999* ]]; then
21 EGIT_REPO_URI="https://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