diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-03-26 22:48:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-03-26 22:48:53 +0000 |
commit | 2ec11c1da2505869977f826463b5ed9b029c549c (patch) | |
tree | b7744e6654593b9a95d1c1facb31a1b5e485b30c /dev-php | |
parent | whitespace (diff) | |
download | gentoo-2-2ec11c1da2505869977f826463b5ed9b029c549c.tar.gz gentoo-2-2ec11c1da2505869977f826463b5ed9b029c549c.tar.bz2 gentoo-2-2ec11c1da2505869977f826463b5ed9b029c549c.zip |
whitespace
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'dev-php')
-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}" - |