diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-06-13 05:26:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-06-13 05:26:42 +0000 |
commit | 87796ff9984d87243cd9cb1110871456abbc1176 (patch) | |
tree | a0c8e5e6d87384f6426d7dc1799d3f73e7b0919c /sys-apps/coreutils | |
parent | Add /usr/bin/arch symlink needed by autotools. (diff) | |
download | historical-87796ff9984d87243cd9cb1110871456abbc1176.tar.gz historical-87796ff9984d87243cd9cb1110871456abbc1176.tar.bz2 historical-87796ff9984d87243cd9cb1110871456abbc1176.zip |
arm/s390/sh stable
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/coreutils-6.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-6.9-r1.ebuild b/sys-apps/coreutils/coreutils-6.9-r1.ebuild index ff131896612b..f9e9bf187a03 100644 --- a/sys-apps/coreutils/coreutils-6.9-r1.ebuild +++ b/sys-apps/coreutils/coreutils-6.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.9-r1.ebuild,v 1.10 2007/06/13 02:58:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.9-r1.ebuild,v 1.11 2007/06/13 05:26:42 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -15,7 +15,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/coreutils/${P}.tar.bz2 LICENSE="GPL-2" 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" RESTRICT="confcache" |