diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-04-24 17:53:52 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-04-24 17:53:52 +0000 |
commit | 56c697bec551682e59b5305996e501e6d613f55a (patch) | |
tree | 1f7948a43f38d52bd29f1f9c0642851e3ecea428 /sys-apps/coreutils | |
parent | Stable on ppc64; bug #218669 (diff) | |
download | gentoo-2-56c697bec551682e59b5305996e501e6d613f55a.tar.gz gentoo-2-56c697bec551682e59b5305996e501e6d613f55a.tar.bz2 gentoo-2-56c697bec551682e59b5305996e501e6d613f55a.zip |
Stable on ppc64; bug #218927
(Portage version: 2.1.4.4)
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 c923845ddc81..fcd2ff012e5f 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.232 2008/04/24 11:57:08 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.233 2008/04/24 17:53:52 corsair Exp $ + + 24 Apr 2008; Markus Rothe <corsair@gentoo.org> coreutils-6.10-r2.ebuild: + Stable on ppc64; bug #218927 24 Apr 2008; <welp@gentoo.org> coreutils-6.10-r2.ebuild: Stable on amd64; bug 218927 diff --git a/sys-apps/coreutils/coreutils-6.10-r2.ebuild b/sys-apps/coreutils/coreutils-6.10-r2.ebuild index 5a28452e6310..64f0d7ac422c 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.7 2008/04/24 11:57:08 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild,v 1.8 2008/04/24 17:53:52 corsair 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 ) |