diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 19:38:55 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 19:38:55 +0000 |
commit | 720d595674c59dc26f6a10e3cd43f54e2d5f2290 (patch) | |
tree | e23499681bfbc4390e0dd454155b33a9d3bee8af /sci-biology | |
parent | arm stable wrt bug #551488 (diff) | |
download | gentoo-2-720d595674c59dc26f6a10e3cd43f54e2d5f2290.tar.gz gentoo-2-720d595674c59dc26f6a10e3cd43f54e2d5f2290.tar.bz2 gentoo-2-720d595674c59dc26f6a10e3cd43f54e2d5f2290.zip |
Module::Build is no longer part of core Perl and has been moved to dev-perl
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/GBrowse/ChangeLog | 7 | ||||
-rw-r--r-- | sci-biology/GBrowse/GBrowse-2.48-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-biology/GBrowse/ChangeLog b/sci-biology/GBrowse/ChangeLog index 4ab82c60227f..a997416c9e12 100644 --- a/sci-biology/GBrowse/ChangeLog +++ b/sci-biology/GBrowse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/GBrowse -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/ChangeLog,v 1.9 2014/12/19 19:21:58 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/ChangeLog,v 1.10 2015/06/13 19:38:55 dilfridge Exp $ + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> GBrowse-2.48-r1.ebuild: + Module::Build is no longer part of core Perl and has been moved to dev-perl 19 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> metadata.xml: Drop perl herd from metadata diff --git a/sci-biology/GBrowse/GBrowse-2.48-r1.ebuild b/sci-biology/GBrowse/GBrowse-2.48-r1.ebuild index 3a270da539a6..de84efc2ee57 100644 --- a/sci-biology/GBrowse/GBrowse-2.48-r1.ebuild +++ b/sci-biology/GBrowse/GBrowse-2.48-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/GBrowse-2.48-r1.ebuild,v 1.1 2014/08/27 16:23:19 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/GBrowse-2.48-r1.ebuild,v 1.2 2015/06/13 19:38:55 dilfridge Exp $ EAPI=5 @@ -40,7 +40,7 @@ CDEPEND="!<sci-biology/GBrowse-2.44-r1 dev-perl/Net-SMTP-SSL )" # >=dev-perl/Bio-DB-BigFile-1.00 - requires jklib to compile -DEPEND="virtual/perl-Module-Build +DEPEND="dev-perl/Module-Build dev-perl/Capture-Tiny ${CDEPEND}" RDEPEND="${CDEPEND}" |