diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 18:47:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 18:47:49 +0000 |
commit | 4f7a9a61f508ec4ac13c1bb2489499c6ec23ca78 (patch) | |
tree | 12860a9b179f1efca2bb1166805705cf6b63097d | |
parent | Patch to fix buddy icon bug introduced in 0.79. Suggested explicitly from up... (diff) | |
download | gentoo-2-4f7a9a61f508ec4ac13c1bb2489499c6ec23ca78.tar.gz gentoo-2-4f7a9a61f508ec4ac13c1bb2489499c6ec23ca78.tar.bz2 gentoo-2-4f7a9a61f508ec4ac13c1bb2489499c6ec23ca78.zip |
move to ppc stable
-rw-r--r-- | sys-apps/textutils/textutils-2.1-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/textutils/textutils-2.1-r1.ebuild b/sys-apps/textutils/textutils-2.1-r1.ebuild index 5dce410835fd..3b5f38efa54a 100644 --- a/sys-apps/textutils/textutils-2.1-r1.ebuild +++ b/sys-apps/textutils/textutils-2.1-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/textutils/textutils-2.1-r1.ebuild,v 1.11 2004/06/24 22:29:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1-r1.ebuild,v 1.12 2004/06/28 18:47:49 vapier 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 amd64 ppc64 s390" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ppc64 s390" +IUSE="" RDEPEND=">=sys-apps/coreutils-5.0-r3" |