summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-12-18 16:45:45 +0000
committerJeroen Roovers <jer@gentoo.org>2013-12-18 16:45:45 +0000
commit915f994caf7ce2eb678f2bfd9f6769aca89caf01 (patch)
tree860511b54ae74127cb3793c5aa096f9e0ef874a4 /sys-apps/coreutils
parentFix the patch or ncurses will not be used after all. Reinstate mistakenly ove... (diff)
downloadgentoo-2-915f994caf7ce2eb678f2bfd9f6769aca89caf01.tar.gz
gentoo-2-915f994caf7ce2eb678f2bfd9f6769aca89caf01.tar.bz2
gentoo-2-915f994caf7ce2eb678f2bfd9f6769aca89caf01.zip
Stable for HPPA (bug #467186).
(Portage version: 2.2.7/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/ChangeLog5
-rw-r--r--sys-apps/coreutils/coreutils-8.21.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog
index 36685e3fe2e0..51e4c510e314 100644
--- a/sys-apps/coreutils/ChangeLog
+++ b/sys-apps/coreutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/coreutils
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.375 2013/12/18 05:00:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.376 2013/12/18 16:45:45 jer Exp $
+
+ 18 Dec 2013; Jeroen Roovers <jer@gentoo.org> coreutils-8.21.ebuild:
+ Stable for HPPA (bug #467186).
18 Dec 2013; Mike Frysinger <vapier@gentoo.org> coreutils-8.22.ebuild:
Drop old mirrors for main tarball as they aren't necessary anymore.
diff --git a/sys-apps/coreutils/coreutils-8.21.ebuild b/sys-apps/coreutils/coreutils-8.21.ebuild
index 9d7c4ffcd2d9..586b93bcf0c9 100644
--- a/sys-apps/coreutils/coreutils-8.21.ebuild
+++ b/sys-apps/coreutils/coreutils-8.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.21.ebuild,v 1.3 2013/04/28 01:07:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.21.ebuild,v 1.4 2013/12/18 16:45:45 jer Exp $
EAPI="3"
@@ -19,7 +19,7 @@ SRC_URI="mirror://gnu-alpha/coreutils/${P}.tar.xz
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~arm-linux ~x86-linux"
IUSE="acl caps gmp nls selinux static userland_BSD vanilla xattr"
LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )