diff options
Diffstat (limited to 'dev-perl/yaml/yaml-0.35.ebuild')
-rw-r--r-- | dev-perl/yaml/yaml-0.35.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/yaml/yaml-0.35.ebuild b/dev-perl/yaml/yaml-0.35.ebuild index c21b958a9276..2adcee5396f7 100644 --- a/dev-perl/yaml/yaml-0.35.ebuild +++ b/dev-perl/yaml/yaml-0.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.35.ebuild,v 1.1 2003/06/26 16:11:30 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.35.ebuild,v 1.2 2003/09/06 22:37:58 msterret Exp $ inherit perl-module @@ -15,5 +15,5 @@ LICENSE="Artistic | GPL-2" KEYWORDS="x86 ~alpha ~arm ~hppa ~mips ~ppc ~sparc" src_compile() { - echo "" | perl-module_src_compile + echo "" | perl-module_src_compile } |