diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-06-28 07:39:00 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-06-28 07:39:00 +0000 |
commit | f72afa1bbbf0ac9e1fc5def54516929f4d82ad47 (patch) | |
tree | d48406bbb058eaf75a1b939cba5b81c5b5788d4a /dev-php/yaml/yaml-1.0.5.ebuild | |
parent | Removed older version (diff) | |
download | gentoo-2-f72afa1bbbf0ac9e1fc5def54516929f4d82ad47.tar.gz gentoo-2-f72afa1bbbf0ac9e1fc5def54516929f4d82ad47.tar.bz2 gentoo-2-f72afa1bbbf0ac9e1fc5def54516929f4d82ad47.zip |
Added missing PHP_PEAR_URI
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/yaml/yaml-1.0.5.ebuild')
-rw-r--r-- | dev-php/yaml/yaml-1.0.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-php/yaml/yaml-1.0.5.ebuild b/dev-php/yaml/yaml-1.0.5.ebuild index b1ba43cdd630..a1843fb617f6 100644 --- a/dev-php/yaml/yaml-1.0.5.ebuild +++ b/dev-php/yaml/yaml-1.0.5.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild,v 1.6 2011/05/24 14:54:38 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild,v 1.7 2011/06/28 07:39:00 olemarkus Exp $ EAPI=3 PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" +PHP_PEAR_URI="pear.symfony-project.com" PHP_PEAR_PN="YAML" inherit php-pear-lib-r1 |