summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-06-28 07:03:59 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-06-28 07:03:59 +0000
commit9d9cec8c4406e566dbb6029bfd6762fae3d00260 (patch)
tree5881c7b7d0f5f492d7e6aa9c742d3d39780a0fe7 /eclass/php-pear-lib-r1.eclass
parenthttp://my.opera.com/desktopteam/blog/2011/06/28/swordfish-came-out-on-the-water (diff)
downloadhistorical-9d9cec8c4406e566dbb6029bfd6762fae3d00260.tar.gz
historical-9d9cec8c4406e566dbb6029bfd6762fae3d00260.tar.bz2
historical-9d9cec8c4406e566dbb6029bfd6762fae3d00260.zip
After channel.xml files were copied locally, all SRC_URI's broke for the pear ebuilds
Diffstat (limited to 'eclass/php-pear-lib-r1.eclass')
-rw-r--r--eclass/php-pear-lib-r1.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/php-pear-lib-r1.eclass b/eclass/php-pear-lib-r1.eclass
index 0f5e6130bc6a..bdc5587e24f6 100644
--- a/eclass/php-pear-lib-r1.eclass
+++ b/eclass/php-pear-lib-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.22 2011/04/16 12:19:00 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.23 2011/06/28 07:03:59 olemarkus Exp $
#
# Author: Luca Longinotti <chtekk@gentoo.org>
@@ -21,7 +21,6 @@ DEPEND="dev-lang/php
>=dev-php/pear-1.9.0"
RDEPEND="${DEPEND}"
-
if [[ -n $PHP_PEAR_CHANNEL ]] ; then
PHP_PEAR_PV=${PV/_rc/RC}
[[ -z ${PHP_PEAR_PN} ]] && die "Missing PHP_PEAR_PN. Please notify the maintainer"
@@ -29,7 +28,7 @@ if [[ -n $PHP_PEAR_CHANNEL ]] ; then
S=${WORKDIR}/${PHP_PEAR_P}
- SRC_URI="http://${PHP_PEAR_CHANNEL}/get/${PHP_PEAR_P}.tgz"
+ SRC_URI="http://${PHP_PEAR_URI}/get/${PHP_PEAR_P}.tgz"
fi