diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-20 05:01:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-20 05:01:00 +0000 |
commit | 42702a88f5bb8eaf7df1ab9fcdf5c15a098f2a1c (patch) | |
tree | 427cfcbd94ec0f568e54f01a14f0fe261e899719 /sys-apps | |
parent | Properly escape. Thanks to Nathan Brink <ohnobinki@ohnopublishing.net> of bug... (diff) | |
download | gentoo-2-42702a88f5bb8eaf7df1ab9fcdf5c15a098f2a1c.tar.gz gentoo-2-42702a88f5bb8eaf7df1ab9fcdf5c15a098f2a1c.tar.bz2 gentoo-2-42702a88f5bb8eaf7df1ab9fcdf5c15a098f2a1c.zip |
s390 stable
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/coreutils-7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-7.1.ebuild b/sys-apps/coreutils/coreutils-7.1.ebuild index f29bec78e244..5321d11617d5 100644 --- a/sys-apps/coreutils/coreutils-7.1.ebuild +++ b/sys-apps/coreutils/coreutils-7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v 1.15 2009/04/18 17:18:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.1.ebuild,v 1.16 2009/04/20 05:01:00 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -15,7 +15,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/coreutils/${P}.tar.gz 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 caps nls selinux static vanilla xattr" RDEPEND="caps? ( sys-libs/libcap ) |