diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-13 20:48:14 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-13 20:48:14 +0000 |
commit | bed7938ce9cd76f90beca1243546583fa0eb7af2 (patch) | |
tree | 8c762ba3271d7488c3ff449039f9cc53e292d62e /dev-php/mod_php/mod_php-5.0.0-r1.ebuild | |
parent | stable on amd64 (diff) | |
download | historical-bed7938ce9cd76f90beca1243546583fa0eb7af2.tar.gz historical-bed7938ce9cd76f90beca1243546583fa0eb7af2.tar.bz2 historical-bed7938ce9cd76f90beca1243546583fa0eb7af2.zip |
update apache depend.
Diffstat (limited to 'dev-php/mod_php/mod_php-5.0.0-r1.ebuild')
-rw-r--r-- | dev-php/mod_php/mod_php-5.0.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-php/mod_php/mod_php-5.0.0-r1.ebuild b/dev-php/mod_php/mod_php-5.0.0-r1.ebuild index 514984252fdd..b70efcd2c55f 100644 --- a/dev-php/mod_php/mod_php-5.0.0-r1.ebuild +++ b/dev-php/mod_php/mod_php-5.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-5.0.0-r1.ebuild,v 1.2 2004/08/12 11:07:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-5.0.0-r1.ebuild,v 1.3 2004/08/13 20:48:14 robbat2 Exp $ IUSE="${IUSE} apache2" @@ -57,7 +57,8 @@ DESCRIPTION="Apache module for PHP 5" # provides all base PHP extras (eg PEAR, extension building stuff) DEPEND_EXTRA=">=${PHP_PROVIDER_PKG}-5.0.0-r1 >=net-www/apache-1.3.26-r2 - apache2? ( >=net-www/apache-2.0.43-r1 )" + apache2? ( >=net-www/apache-2.0.50 ) + || ( >=net-www/apache-1.3.26-r2 >=net-www/apache-2.0.50 )" DEPEND="${DEPEND} ${DEPEND_EXTRA}" RDEPEND="${RDEPEND} ${DEPEND_EXTRA}" IUSE="${IUSE} debug" |