diff options
Diffstat (limited to 'dev-php/yaml')
-rw-r--r-- | dev-php/yaml/yaml-1.0.5.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-php/yaml/yaml-1.0.5.ebuild b/dev-php/yaml/yaml-1.0.5.ebuild index 036fcec63fc0..e37aad87320d 100644 --- a/dev-php/yaml/yaml-1.0.5.ebuild +++ b/dev-php/yaml/yaml-1.0.5.ebuild @@ -1,6 +1,6 @@ # 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.2 2011/03/26 12:12:07 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/yaml/yaml-1.0.5.ebuild,v 1.3 2011/03/26 22:48:53 mr_bones_ Exp $ EAPI=3 @@ -9,7 +9,6 @@ PHP_PEAR_PN="YAML" inherit php-pear-lib-r1 - DESCRIPTION="The Symfony YAML Component." HOMEPAGE="http://symfony-project.com/" @@ -20,4 +19,3 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" - |