Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/
Date: Mon, 25 Feb 2019 07:24:51
Message-Id: 1551079366.23465b71726268a7eb036f626531aff1e7202e19.zlogene@gentoo
1 commit: 23465b71726268a7eb036f626531aff1e7202e19
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 25 07:22:46 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 25 07:22:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23465b71
7
8 sys-apps/coreutils: ppc stable wrt bug #675762
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="ppc"
13
14 sys-apps/coreutils/coreutils-8.30.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/coreutils/coreutils-8.30.ebuild b/sys-apps/coreutils/coreutils-8.30.ebuild
18 index 2ef6fc349dc..10bbf7c7a82 100644
19 --- a/sys-apps/coreutils/coreutils-8.30.ebuild
20 +++ b/sys-apps/coreutils/coreutils-8.30.ebuild
21 @@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
22
23 LICENSE="GPL-3"
24 SLOT="0"
25 -KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-linux"
26 +KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-linux"
27 IUSE="acl caps gmp hostname kill multicall nls selinux +split-usr static test userland_BSD vanilla xattr"
28
29 LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )