diff options
Diffstat (limited to 'sys-apps/sh-utils/sh-utils-2.0.15-r1.ebuild')
-rw-r--r-- | sys-apps/sh-utils/sh-utils-2.0.15-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/sh-utils/sh-utils-2.0.15-r1.ebuild b/sys-apps/sh-utils/sh-utils-2.0.15-r1.ebuild index 223695f994c7..cb521c977a1c 100644 --- a/sys-apps/sh-utils/sh-utils-2.0.15-r1.ebuild +++ b/sys-apps/sh-utils/sh-utils-2.0.15-r1.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0.15-r1.ebuild,v 1.11 2004/06/24 22:26:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0.15-r1.ebuild,v 1.12 2004/06/28 18:34:46 vapier Exp $ DESCRIPTION="textutils, sh-utils and fileutils moved to coreutils" HOMEPAGE="http://www.gnu.org/software/shellutils/shellutils.html" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc sparc alpha mips hppa amd64 ppc64 s390" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ppc64 s390" +IUSE="" DEPEND=">=sys-apps/coreutils-5.0-r3" |