diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-12 11:39:03 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-12 11:39:03 +0000 |
commit | e18530a4f4f719c406e6a760ba9cd075835fd0d7 (patch) | |
tree | 10d5dd639e10d75498bdc1b1b03b1a7c2b134356 /sys-apps/sh-utils/sh-utils-2.0.15-r1.ebuild | |
parent | bug # closure note (diff) | |
download | gentoo-2-e18530a4f4f719c406e6a760ba9cd075835fd0d7.tar.gz gentoo-2-e18530a4f4f719c406e6a760ba9cd075835fd0d7.tar.bz2 gentoo-2-e18530a4f4f719c406e6a760ba9cd075835fd0d7.zip |
ready to move to stable and coreutils instead
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 | 8 |
1 files changed, 4 insertions, 4 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 be8546a5900a..f8360dc1f27f 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,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.2 2003/07/22 16:03:47 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0.15-r1.ebuild,v 1.3 2003/09/12 11:39:01 seemant Exp $ DESCRIPTION="textutils, sh-utils and fileutils moved to coreutils" HOMEPAGE="http://www.gnu.org/software/shellutils/shellutils.html" -DEPEND="sys-apps/coreutils" - SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm amd64" + +DEPEND=">=sys-apps/coreutils-5.0-r3" |