summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 20:41:08 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 20:41:08 +0000
commit523c7cea4a40dc054bd95fbfea94da73a619b07e (patch)
tree8112e34d8ab657d91010806c16350f74aa35e100 /dev-perl/Statistics-Descriptive-Discrete
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-523c7cea4a40dc054bd95fbfea94da73a619b07e.tar.gz
gentoo-2-523c7cea4a40dc054bd95fbfea94da73a619b07e.tar.bz2
gentoo-2-523c7cea4a40dc054bd95fbfea94da73a619b07e.zip
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Statistics-Descriptive-Discrete')
-rw-r--r--dev-perl/Statistics-Descriptive-Discrete/ChangeLog8
-rw-r--r--dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild8
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-perl/Statistics-Descriptive-Discrete/ChangeLog b/dev-perl/Statistics-Descriptive-Discrete/ChangeLog
index c1ecbd932a90..15e786aa9c4a 100644
--- a/dev-perl/Statistics-Descriptive-Discrete/ChangeLog
+++ b/dev-perl/Statistics-Descriptive-Discrete/ChangeLog
@@ -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:
diff --git a/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild
index 8778420334b3..24aa68acaa10 100644
--- a/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild
+++ b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.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/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}"