diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:42:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:42:45 +0000 |
commit | 89414aafef7b4662605766324cbfae205bfbe3e0 (patch) | |
tree | 36ea97f0b79502ff16fba7aa47469e6c52e2ad70 /app-text/rpl | |
parent | Remove rdepend=depend (diff) | |
download | gentoo-2-89414aafef7b4662605766324cbfae205bfbe3e0.tar.gz gentoo-2-89414aafef7b4662605766324cbfae205bfbe3e0.tar.bz2 gentoo-2-89414aafef7b4662605766324cbfae205bfbe3e0.zip |
Remove rdepend=depend
Diffstat (limited to 'app-text/rpl')
-rw-r--r-- | app-text/rpl/rpl-1.4.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/rpl/rpl-1.4.0.ebuild b/app-text/rpl/rpl-1.4.0.ebuild index eaaac6751097..52078f2333c5 100644 --- a/app-text/rpl/rpl-1.4.0.ebuild +++ b/app-text/rpl/rpl-1.4.0.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/app-text/rpl/rpl-1.4.0.ebuild,v 1.4 2002/10/04 05:07:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/rpl-1.4.0.ebuild,v 1.5 2002/10/20 18:40:56 vapier Exp $ DESCRIPTION="rpl is a UN*X text replacement utility. It will replace strings with new strings in multiple text files. It can work recursively" HOMEPAGE="http://www.laffeycomputer.com/rpl.html" @@ -12,7 +12,6 @@ SLOT="0" KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" src_install () { dobin src/rpl |