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
commit508293aaf2817d23874f358c019dc26bf66313b7 (patch)
treed3ed801d6ad3a95001617234f39d3f1be2078f9e /eclass/php-pear-lib-r1.eclass
parenthttp://my.opera.com/desktopteam/blog/2011/06/28/swordfish-came-out-on-the-water (diff)
downloadgentoo-2-508293aaf2817d23874f358c019dc26bf66313b7.tar.gz
gentoo-2-508293aaf2817d23874f358c019dc26bf66313b7.tar.bz2
gentoo-2-508293aaf2817d23874f358c019dc26bf66313b7.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