diff options
author | 2015-07-18 05:56:08 +0000 | |
---|---|---|
committer | 2015-07-18 05:56:08 +0000 | |
commit | f61167a5ea4def812904f516ac6c44d4f80d96c0 (patch) | |
tree | 61e8954a490425d1ea9408ff3091dc974257adf2 /sys-apps/coreutils | |
parent | Make it actually build (diff) | |
download | gentoo-2-f61167a5ea4def812904f516ac6c44d4f80d96c0.tar.gz gentoo-2-f61167a5ea4def812904f516ac6c44d4f80d96c0.tar.bz2 gentoo-2-f61167a5ea4def812904f516ac6c44d4f80d96c0.zip |
Stable for HPPA PPC64 (bug #555028).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-8.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 50bcc346b689..5bc3adfec969 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/coreutils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.399 2015/07/17 10:47:58 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.400 2015/07/18 05:56:08 jer Exp $ + + 18 Jul 2015; Jeroen Roovers <jer@gentoo.org> coreutils-8.23.ebuild: + Stable for HPPA PPC64 (bug #555028). 17 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> coreutils-8.23.ebuild: arm stable wrt bug #555028 diff --git a/sys-apps/coreutils/coreutils-8.23.ebuild b/sys-apps/coreutils/coreutils-8.23.ebuild index 6115e1fea27a..1a0a401e2ef6 100644 --- a/sys-apps/coreutils/coreutils-8.23.ebuild +++ b/sys-apps/coreutils/coreutils-8.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild,v 1.7 2015/07/17 10:47:58 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild,v 1.8 2015/07/18 05:56:08 jer Exp $ # To generate the man pages, unpack the upstream tarball and run: # ./configure --enable-install-program=arch,coreutils @@ -23,7 +23,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="acl caps gmp multicall nls selinux static userland_BSD vanilla xattr" LIB_DEPEND="acl? ( sys-apps/acl[static-libs] ) |