Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/
Date: Thu, 07 Feb 2019 12:31:51
Message-Id: 1549542674.7042cd34ea85155c0a29e7ff1866f44fb9912781.klausman@gentoo
1 commit: 7042cd34ea85155c0a29e7ff1866f44fb9912781
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 7 12:31:02 2019 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 7 12:31:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7042cd34
7
8 sys-apps/coreutils-8.30-r0: alpha stable
9
10 Bug: http://bugs.gentoo.org/675762
11 Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>
12
13 sys-apps/coreutils/coreutils-8.30.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/coreutils/coreutils-8.30.ebuild b/sys-apps/coreutils/coreutils-8.30.ebuild
17 index 6bd05c73496..03505e113ce 100644
18 --- a/sys-apps/coreutils/coreutils-8.30.ebuild
19 +++ b/sys-apps/coreutils/coreutils-8.30.ebuild
20 @@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
21
22 LICENSE="GPL-3"
23 SLOT="0"
24 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-linux"
25 +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-linux"
26 IUSE="acl caps gmp hostname kill multicall nls selinux +split-usr static test userland_BSD vanilla xattr"
27
28 LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )