diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-04-24 19:10:29 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-04-24 19:10:29 +0000 |
commit | 17ee6140f45779d8779be8198137ac9a99b9783f (patch) | |
tree | 5caef24e21d3ac1dd3d329f5f5dcb3bcf3f8062f /sys-apps/coreutils | |
parent | Bump patchset to fix bug #218977 (diff) | |
download | gentoo-2-17ee6140f45779d8779be8198137ac9a99b9783f.tar.gz gentoo-2-17ee6140f45779d8779be8198137ac9a99b9783f.tar.bz2 gentoo-2-17ee6140f45779d8779be8198137ac9a99b9783f.zip |
Stable for HPPA (bug #218927).
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-6.10-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index fcd2ff012e5f..7fe459298cc5 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/coreutils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.233 2008/04/24 17:53:52 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.234 2008/04/24 19:10:29 jer Exp $ + + 24 Apr 2008; Jeroen Roovers <jer@gentoo.org> coreutils-6.10-r2.ebuild: + Stable for HPPA (bug #218927). 24 Apr 2008; Markus Rothe <corsair@gentoo.org> coreutils-6.10-r2.ebuild: Stable on ppc64; bug #218927 diff --git a/sys-apps/coreutils/coreutils-6.10-r2.ebuild b/sys-apps/coreutils/coreutils-6.10-r2.ebuild index 64f0d7ac422c..6576f478b298 100644 --- a/sys-apps/coreutils/coreutils-6.10-r2.ebuild +++ b/sys-apps/coreutils/coreutils-6.10-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild,v 1.8 2008/04/24 17:53:52 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild,v 1.9 2008/04/24 19:10:29 jer Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -15,7 +15,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/coreutils/${P}.tar.lzma LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86" IUSE="acl nls selinux static xattr vanilla" RDEPEND="selinux? ( sys-libs/libselinux ) |