Adding perl dep; fixed header; fixed DEPEND
authorMichael Cummings <mcummings@gentoo.org>
Sat, 5 Aug 2006 20:41:08 +0000 (20:41 +0000)
committerMichael Cummings <mcummings@gentoo.org>
Sat, 5 Aug 2006 20:41:08 +0000 (20:41 +0000)
Package-Manager: portage-2.1.1_pre3-r1

dev-perl/Statistics-Descriptive-Discrete/ChangeLog
dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild

index c1ecbd932a90ba3faab55c8e5dc22908d3f96753..15e786aa9c4abf33bbec847b62c5c1a4f49bd23f 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Statistics-Descriptive-Discrete
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive-Discrete/ChangeLog,v 1.7 2005/10/02 13:16:17 agriffis Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive-Discrete/ChangeLog,v 1.8 2006/08/05 20:41:08 mcummings Exp $
+
+  05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+  Statistics-Descriptive-Discrete-0.07.ebuild:
+  Adding perl dep; fixed header; fixed DEPEND
 
   02 Oct 2005; Aron Griffis <agriffis@gentoo.org>
   Statistics-Descriptive-Discrete-0.07.ebuild:
index 8778420334b3ccbc3567ef499c8466738bf1ccd2..24aa68acaa10dc0b14e4914bd6f41f235b2ce135 100644 (file)
@@ -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/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild,v 1.8 2005/10/02 13:16:17 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild,v 1.9 2006/08/05 20:41:08 mcummings Exp $
 
 inherit perl-module
 
@@ -20,3 +20,7 @@ src_compile() {
        perl-module_src_compile
        perl-module_src_test
 }
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"