diff options
author | Andrey Kislyuk <weaver@gentoo.org> | 2009-05-13 17:29:43 +0000 |
---|---|---|
committer | Andrey Kislyuk <weaver@gentoo.org> | 2009-05-13 17:29:43 +0000 |
commit | 97024a92ae59dbda35493deced6cab94febc6f21 (patch) | |
tree | 94a5c5dd26f4a32949c3627e88b71a9357445172 /dev-perl/Statistics-Descriptive | |
parent | Add more specific descriptions for gnome, kde, webkit, and xulrunner USE-flags (diff) | |
download | gentoo-2-97024a92ae59dbda35493deced6cab94febc6f21.tar.gz gentoo-2-97024a92ae59dbda35493deced6cab94febc6f21.tar.bz2 gentoo-2-97024a92ae59dbda35493deced6cab94febc6f21.zip |
Add missing dependency on module-build
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Statistics-Descriptive')
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" |