diff options
Diffstat (limited to 'dev-php/yaml/yaml-1.0.5.ebuild')
-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" |