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/textutils/textutils-2.1-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/textutils/textutils-2.1-r1.ebuild')
-rw-r--r-- | sys-apps/textutils/textutils-2.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/textutils/textutils-2.1-r1.ebuild b/sys-apps/textutils/textutils-2.1-r1.ebuild index cdda9fa66643..61cf89a087fd 100644 --- a/sys-apps/textutils/textutils-2.1-r1.ebuild +++ b/sys-apps/textutils/textutils-2.1-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/textutils/textutils-2.1-r1.ebuild,v 1.2 2003/07/20 00:49:39 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1-r1.ebuild,v 1.3 2003/09/12 11:38:27 seemant Exp $ DESCRIPTION="textutils, sh-utils and fileutils are replaced by coreutils" HOMEPAGE="http://www.gnu.org/software/coreutils/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm amd64" -RDEPEND="sys-apps/coreutils" +RDEPEND=">=sys-apps/coreutils-5.0-r3" |