summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2006-08-12 21:53:20 +0000
committerJason Wever <weeve@gentoo.org>2006-08-12 21:53:20 +0000
commitd766bb191882f74c0780dab9121f128ab1960164 (patch)
treedca9d7c4f5048fe2e986d49266d698943c27317a /eclass/php4_4-sapi.eclass
parentversion bump, fix description thanks to Ihar Hrachyshka <ihar.hrachyshka@gmai... (diff)
downloadhistorical-d766bb191882f74c0780dab9121f128ab1960164.tar.gz
historical-d766bb191882f74c0780dab9121f128ab1960164.tar.bz2
historical-d766bb191882f74c0780dab9121f128ab1960164.zip
Temp change to SRC_URI for patches. Got problems with it, blakejakub.tk sucka\!
Diffstat (limited to 'eclass/php4_4-sapi.eclass')
-rw-r--r--eclass/php4_4-sapi.eclass7
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/php4_4-sapi.eclass b/eclass/php4_4-sapi.eclass
index a72e50f1608c..b0e23c31db15 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.23 2006/07/14 21:07:33 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.24 2006/08/12 21:53:20 weeve Exp $
#
# ########################################################################
#
@@ -136,7 +136,10 @@ PHP_INI_UPSTREAM="php.ini-dist"
# ========================================================================
# PHP patchsets support
-SRC_URI="${SRC_URI} http://gentoo.longitekk.com/php-patchset-${MY_PHP_PV}-r${PHP_PATCHSET_REV}.tar.bz2"
+
+# 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"
# Hardened-PHP patch support
[[ -n "${HARDENEDPHP_PATCH}" ]] && SRC_URI="${SRC_URI} hardenedphp? ( http://gentoo.longitekk.com/${HARDENEDPHP_PATCH} )"