diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:50:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:50:48 +0000 |
commit | 1efb092d9571edb0121c4a5d4040c890856f45f8 (patch) | |
tree | 68187e36f8bd2d90aa67700857cac64e6e9836af /dev-php/PEAR-System_Command | |
parent | Remove rdepend=depend (diff) | |
download | gentoo-2-1efb092d9571edb0121c4a5d4040c890856f45f8.tar.gz gentoo-2-1efb092d9571edb0121c4a5d4040c890856f45f8.tar.bz2 gentoo-2-1efb092d9571edb0121c4a5d4040c890856f45f8.zip |
Remove rdepend=depend
Diffstat (limited to 'dev-php/PEAR-System_Command')
-rw-r--r-- | dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild index 3cc85ec9fba9..e5c4d9a49fba 100644 --- a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild +++ b/dev-php/PEAR-System_Command/PEAR-System_Command-1.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/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild,v 1.1 2002/07/19 17:45:42 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild,v 1.2 2002/10/20 18:47:16 vapier Exp $ P=${PN/PEAR-//}-${PV} DESCRIPTION="PEAR::System_Command is a commandline execution interface" @@ -11,7 +11,6 @@ SLOT="0" # Afaik, anything that runs php will run this... KEYWORDS="x86 ppc sparc" DEPEND="virtual/php" -RDEPEND="${DEPEND}" S=${WORKDIR}/${P} |