diff options
author | Torsten Veller <tove@gentoo.org> | 2009-11-23 15:57:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-11-23 15:57:13 +0000 |
commit | ad178d3069c1019f88514d79a12f988ef1193a2d (patch) | |
tree | 9b62bdd5f3e673242444dff5e0307d4c3e05345d /dev-perl/Bio-Graphics | |
parent | ia64/m68k/s390/sh/sparc stable wrt #293865 (diff) | |
download | gentoo-2-ad178d3069c1019f88514d79a12f988ef1193a2d.tar.gz gentoo-2-ad178d3069c1019f88514d79a12f988ef1193a2d.tar.bz2 gentoo-2-ad178d3069c1019f88514d79a12f988ef1193a2d.zip |
Depend on Module-Build (#294202)
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r-- | dev-perl/Bio-Graphics/Bio-Graphics-1.982.ebuild | 7 | ||||
-rw-r--r-- | dev-perl/Bio-Graphics/Bio-Graphics-1.992.ebuild | 7 | ||||
-rw-r--r-- | dev-perl/Bio-Graphics/ChangeLog | 6 |
3 files changed, 13 insertions, 7 deletions
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-1.982.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-1.982.ebuild index 3fbd9388d59c..582d38de8fe8 100644 --- a/dev-perl/Bio-Graphics/Bio-Graphics-1.982.ebuild +++ b/dev-perl/Bio-Graphics/Bio-Graphics-1.982.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/Bio-Graphics/Bio-Graphics-1.982.ebuild,v 1.1 2009/10/11 21:32:05 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/Bio-Graphics-1.982.ebuild,v 1.2 2009/11/23 15:57:13 tove Exp $ EAPI="2" @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-perl/GD" -RDEPEND="${DEPEND}" +RDEPEND="dev-perl/GD" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" SRC_TEST=no diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-1.992.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-1.992.ebuild index c3211eb257a1..9fe794da0878 100644 --- a/dev-perl/Bio-Graphics/Bio-Graphics-1.992.ebuild +++ b/dev-perl/Bio-Graphics/Bio-Graphics-1.992.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/Bio-Graphics/Bio-Graphics-1.992.ebuild,v 1.1 2009/11/22 10:47:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/Bio-Graphics-1.992.ebuild,v 1.2 2009/11/23 15:57:13 tove Exp $ EAPI="2" @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-perl/GD" -RDEPEND="${DEPEND}" +RDEPEND="dev-perl/GD" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" SRC_TEST=no diff --git a/dev-perl/Bio-Graphics/ChangeLog b/dev-perl/Bio-Graphics/ChangeLog index f4b20918fbb0..b72731817f9f 100644 --- a/dev-perl/Bio-Graphics/ChangeLog +++ b/dev-perl/Bio-Graphics/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Bio-Graphics # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.2 2009/11/22 10:47:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.3 2009/11/23 15:57:13 tove Exp $ + + 23 Nov 2009; Torsten Veller <tove@gentoo.org> Bio-Graphics-1.982.ebuild, + Bio-Graphics-1.992.ebuild: + Depend on Module-Build (#294202) *Bio-Graphics-1.992 (22 Nov 2009) |