commit: f8bb92469ab30dae64e9934733908595538249ce Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Jun 15 07:22:27 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Jun 15 07:22:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f8bb9246
sci-biology/swissknife: Fix dependency problems due to recent mask of perl-core packages Package-Manager: portage-2.2.20 sci-biology/swissknife/ChangeLog | 7 +++++-- sci-biology/swissknife/swissknife-1.70.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sci-biology/swissknife/ChangeLog b/sci-biology/swissknife/ChangeLog index a71e1c1..ecb4b87 100644 --- a/sci-biology/swissknife/ChangeLog +++ b/sci-biology/swissknife/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for sci-biology/swissknife -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 15 Jun 2015; Justin Lecher <[email protected]> swissknife-1.70.ebuild: + sci-biology/swissknife: Fix dependency problems due to recent mask of perl- + core packages + 24 Sep 2014; Justin Lecher <[email protected]> -swissknife-1.67.ebuild, +swissknife-1.70.ebuild, metadata.xml: Version Bump; Bump to EAPI=5 - diff --git a/sci-biology/swissknife/swissknife-1.70.ebuild b/sci-biology/swissknife/swissknife-1.70.ebuild index 3955e74..1028656 100644 --- a/sci-biology/swissknife/swissknife-1.70.ebuild +++ b/sci-biology/swissknife/swissknife-1.70.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="virtual/perl-Module-Build" +DEPEND="dev-perl/Module-Build" RDEPEND="${DEPEND} >=dev-lang/perl-5.002:=" #dev-perl/Carp
