diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-16 09:11:21 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-16 09:11:21 +0000 |
commit | 96f29f8fbd7d6ecda1b88f3c0ee5d03f496a1690 (patch) | |
tree | 80f3ea82ab8f168ee397f45bf2c646c4b932e7d2 /dev-php | |
parent | now provides virtual support (diff) | |
download | gentoo-2-96f29f8fbd7d6ecda1b88f3c0ee5d03f496a1690.tar.gz gentoo-2-96f29f8fbd7d6ecda1b88f3c0ee5d03f496a1690.tar.bz2 gentoo-2-96f29f8fbd7d6ecda1b88f3c0ee5d03f496a1690.zip |
provides virtual/php support
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild index 27abfcc592e1..91c486afced4 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Authore: Tom von Schwerdtner <tvon@etria.org> -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild,v 1.1 2002/07/16 08:55:58 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild,v 1.2 2002/07/16 09:11:21 rphillips Exp $ P=${PN/PEAR-//}-${PV} DESCRIPTION="The Log framework provides an abstracted logging system supporting logging to console, file, syslog, SQL, and mcal targets." @@ -11,7 +11,7 @@ LICENSE="PHP" SLOT="0" # Afaik, anything that runs php will run this... KEYWORDS="x86 ppc sparc" -DEPEND="dev-php/mod_php" +DEPEND="virtual/php" RDEPEND="${DEPEND}" S=${WORKDIR}/${P} |