diff options
Diffstat (limited to 'dev-php/mod_php/mod_php-4.4.0.ebuild')
-rw-r--r-- | dev-php/mod_php/mod_php-4.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/mod_php/mod_php-4.4.0.ebuild b/dev-php/mod_php/mod_php-4.4.0.ebuild index 1a8a9d496ca8..b19d06476e64 100644 --- a/dev-php/mod_php/mod_php-4.4.0.ebuild +++ b/dev-php/mod_php/mod_php-4.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.4.0.ebuild,v 1.15 2005/08/16 04:07:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.4.0.ebuild,v 1.16 2005/08/25 12:31:35 stuart Exp $ IUSE="apache2" @@ -43,7 +43,7 @@ SLOT="${APACHEVER}" [ "${APACHEVER}" -eq '2' ] && USE_APACHE2='2' || USE_APACHE2='' PHPSAPI="apache${APACHEVER}" -SRC_URI_BASE="http://downloads.php.net/ilia/" # for RC only +#SRC_URI_BASE="http://downloads.php.net/ilia/" # for RC only # BIG FAT WARNING! # the php eclass requires the PHPSAPI setting! |