summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-06 03:16:36 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-06 03:16:36 +0000
commit29c223ddd2d28b10436da756365e81b114d1238a (patch)
tree9ebe7ecc7dc2ca599423d032d3095386709ad125 /dev-perl/yaml/yaml-0.36.ebuild
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-29c223ddd2d28b10436da756365e81b114d1238a.tar.gz
gentoo-2-29c223ddd2d28b10436da756365e81b114d1238a.tar.bz2
gentoo-2-29c223ddd2d28b10436da756365e81b114d1238a.zip
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/yaml/yaml-0.36.ebuild')
-rw-r--r--dev-perl/yaml/yaml-0.36.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-perl/yaml/yaml-0.36.ebuild b/dev-perl/yaml/yaml-0.36.ebuild
index 330e2e03e4b5..b559bdb3b7e2 100644
--- a/dev-perl/yaml/yaml-0.36.ebuild
+++ b/dev-perl/yaml/yaml-0.36.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.36.ebuild,v 1.11 2005/09/08 21:38:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.36.ebuild,v 1.12 2006/08/06 03:16:36 mcummings Exp $
inherit perl-module
@@ -20,3 +20,7 @@ SRC_TEST="do"
src_compile() {
echo "" | perl-module_src_compile
}
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"