From: Michael Cummings Date: Sat, 5 Aug 2006 20:41:08 +0000 (+0000) Subject: Adding perl dep; fixed header; fixed DEPEND X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=34af4b319d00d61ba19b4fc511b836cc43671e6c;p=gentoo.git Adding perl dep; fixed header; fixed DEPEND Package-Manager: portage-2.1.1_pre3-r1 --- 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 + Statistics-Descriptive-Discrete-0.07.ebuild: + Adding perl dep; fixed header; fixed DEPEND 02 Oct 2005; Aron Griffis 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}"