diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:54:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:54:51 +0000 |
commit | e2fbc6929a508b425b1e1959f3be18c122189294 (patch) | |
tree | e8afa0d67c673789d87deb5687b97cc8116fa1e6 /sys-apps/textutils | |
parent | Remove rdepend=depend (diff) | |
download | historical-e2fbc6929a508b425b1e1959f3be18c122189294.tar.gz historical-e2fbc6929a508b425b1e1959f3be18c122189294.tar.bz2 historical-e2fbc6929a508b425b1e1959f3be18c122189294.zip |
Remove rdepend=depend
Diffstat (limited to 'sys-apps/textutils')
-rw-r--r-- | sys-apps/textutils/textutils-2.0.21.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/textutils/textutils-2.1.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys-apps/textutils/textutils-2.0.21.ebuild b/sys-apps/textutils/textutils-2.0.21.ebuild index 713f356cba47..e4b8bd32d119 100644 --- a/sys-apps/textutils/textutils-2.0.21.ebuild +++ b/sys-apps/textutils/textutils-2.0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.21.ebuild,v 1.5 2002/10/19 04:06:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.21.ebuild,v 1.6 2002/10/20 18:54:50 vapier Exp $ IUSE="nls static build" @@ -14,7 +14,6 @@ SLOT="0" LICENSE="GPL-2" DEPEND="nls? ( sys-devel/gettext )" -RDEPEND="${DEPEND}" src_unpack() { unpack ${P}.tar.gz diff --git a/sys-apps/textutils/textutils-2.1.ebuild b/sys-apps/textutils/textutils-2.1.ebuild index 9c6182c6a54b..7e240f3a5029 100644 --- a/sys-apps/textutils/textutils-2.1.ebuild +++ b/sys-apps/textutils/textutils-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.ebuild,v 1.4 2002/10/19 04:06:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1.ebuild,v 1.5 2002/10/20 18:54:50 vapier Exp $ IUSE="nls static build" @@ -14,7 +14,6 @@ SLOT="0" LICENSE="GPL-2" DEPEND="nls? ( sys-devel/gettext )" -RDEPEND="${DEPEND}" src_compile() { local myconf="" |