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 | 4f231976e06179b8707eac5a3bbdfc1d31b963fb (patch) | |
tree | 04d940c922792caf589297ca17b72f949c19254a /dev-php | |
parent | now provides virtual support (diff) | |
download | historical-4f231976e06179b8707eac5a3bbdfc1d31b963fb.tar.gz historical-4f231976e06179b8707eac5a3bbdfc1d31b963fb.tar.bz2 historical-4f231976e06179b8707eac5a3bbdfc1d31b963fb.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} |