diff options
3 files changed, 13 insertions, 3 deletions
diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog index 540889905b10..2c9158318a66 100644 --- a/dev-perl/Statistics-Descriptive/ChangeLog +++ b/dev-perl/Statistics-Descriptive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Statistics-Descriptive # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.14 2009/05/11 10:38:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.15 2009/05/13 17:29:43 weaver Exp $ + + 13 May 2009; Andrey Kislyuk <weaver@gentoo.org> + Statistics-Descriptive-2.7.ebuild, Statistics-Descriptive-2.8.ebuild: + Add missing dependency on module-build *Statistics-Descriptive-2.8 (11 May 2009) diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.7.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.7.ebuild index ce470e4a9a45..698ba9ad2241 100644 --- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.7.ebuild +++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.7.ebuild,v 1.1 2009/05/05 07:32:22 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.7.ebuild,v 1.2 2009/05/13 17:29:43 weaver Exp $ EAPI=2 @@ -13,5 +13,8 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" +DEPEND="virtual/perl-Module-Build" +RDEPEND="" + SRC_TEST="do" mydoc="UserSurvey.txt" diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.8.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.8.ebuild index 8f8f01c0986f..34a18a7763c1 100644 --- a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.8.ebuild +++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.8.ebuild,v 1.1 2009/05/11 10:38:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.8.ebuild,v 1.2 2009/05/13 17:29:43 weaver Exp $ EAPI=2 @@ -13,5 +13,8 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" +DEPEND="virtual/perl-Module-Build" +RDEPEND="" + SRC_TEST="do" mydoc="UserSurvey.txt" |