diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 12:12:07 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 12:12:07 +0000 |
commit | 847f62d2cce8d53a6f2cc37b55fa12f9a53d7e30 (patch) | |
tree | d5661a1857c8f8d26293f26aecf13d9e193e26c7 /dev-php | |
parent | Updated dependencies (diff) | |
download | gentoo-2-847f62d2cce8d53a6f2cc37b55fa12f9a53d7e30.tar.gz gentoo-2-847f62d2cce8d53a6f2cc37b55fa12f9a53d7e30.tar.bz2 gentoo-2-847f62d2cce8d53a6f2cc37b55fa12f9a53d7e30.zip |
Fixed pear channel name
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/yaml/yaml-1.0.5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-php/yaml/yaml-1.0.5.ebuild b/dev-php/yaml/yaml-1.0.5.ebuild index 3e96c5dadf57..036fcec63fc0 100644 --- a/dev-php/yaml/yaml-1.0.5.ebuild +++ b/dev-php/yaml/yaml-1.0.5.ebuild @@ -1,18 +1,17 @@ # 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.1 2011/03/26 12:04:20 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild,v 1.2 2011/03/26 12:12:07 olemarkus Exp $ EAPI=3 -PHP_PEAR_CHANNEL="pear.phpunit.de" -PHP_PEAR_PN="PHPUnit" +PHP_PEAR_CHANNEL="pear.symfony-project.com" +PHP_PEAR_PN="YAML" inherit php-pear-lib-r1 DESCRIPTION="The Symfony YAML Component." HOMEPAGE="http://symfony-project.com/" -SRC_URI="" LICENSE="MIT" SLOT="0" |