diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-08-28 20:54:53 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-08-28 20:54:53 +0000 |
commit | 2d3ccfd8dda3e658152f64e4cbb9768a991fcb4b (patch) | |
tree | d46461acabb6a1fc7ce0bb1315cc29967bcf9bb3 /eclass/php4_4-sapi.eclass | |
parent | mark socket++-1.12.12-r1 ~mips (diff) | |
download | historical-2d3ccfd8dda3e658152f64e4cbb9768a991fcb4b.tar.gz historical-2d3ccfd8dda3e658152f64e4cbb9768a991fcb4b.tar.bz2 historical-2d3ccfd8dda3e658152f64e4cbb9768a991fcb4b.zip |
Back to old mirror.
Diffstat (limited to 'eclass/php4_4-sapi.eclass')
-rw-r--r-- | eclass/php4_4-sapi.eclass | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/eclass/php4_4-sapi.eclass b/eclass/php4_4-sapi.eclass index b0e23c31db15..3e8faf00d2aa 100644 --- a/eclass/php4_4-sapi.eclass +++ b/eclass/php4_4-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.24 2006/08/12 21:53:20 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.25 2006/08/28 20:54:53 chtekk Exp $ # # ######################################################################## # @@ -136,10 +136,7 @@ PHP_INI_UPSTREAM="php.ini-dist" # ======================================================================== # PHP patchsets support - -# Temporarily change in SRC_URI for the patchset as per jakub's blessing. -#SRC_URI="${SRC_URI} http://gentoo.longitekk.com/php-patchset-${MY_PHP_PV}-r${PHP_PATCHSET_REV}.tar.bz2" -SRC_URI="${SRC_URI} mirror://gentoo/php-patchset-${MY_PHP_PV}-r${PHP_PATCHSET_REV}.tar.bz2" +SRC_URI="${SRC_URI} http://gentoo.longitekk.com/php-patchset-${MY_PHP_PV}-r${PHP_PATCHSET_REV}.tar.bz2" # Hardened-PHP patch support [[ -n "${HARDENEDPHP_PATCH}" ]] && SRC_URI="${SRC_URI} hardenedphp? ( http://gentoo.longitekk.com/${HARDENEDPHP_PATCH} )" |