diff options
author | 2016-01-04 15:53:17 +0100 | |
---|---|---|
committer | 2016-01-04 15:53:17 +0100 | |
commit | 9d11e87f14c8d9aefad761fe871794538d41d3e2 (patch) | |
tree | 14ff0e08de9d19859b4409cd8d02c298f5a1b709 | |
parent | sci-biology/ugene: version bump, maybe the >=Qt5-5.2.1 should be specified mo... (diff) | |
download | sci-9d11e87f14c8d9aefad761fe871794538d41d3e2.tar.gz sci-9d11e87f14c8d9aefad761fe871794538d41d3e2.tar.bz2 sci-9d11e87f14c8d9aefad761fe871794538d41d3e2.zip |
sci-biology/GAL: fix some package names in DEPEND to match actual CPAN packages
Package-Manager: portage-2.2.26
-rw-r--r-- | sci-biology/GAL/ChangeLog | 4 | ||||
-rw-r--r-- | sci-biology/GAL/GAL-0.2.2.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-biology/GAL/ChangeLog b/sci-biology/GAL/ChangeLog index 7ad355f84..3cfe9d424 100644 --- a/sci-biology/GAL/ChangeLog +++ b/sci-biology/GAL/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 04 Jan 2016; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> GAL-0.2.2.ebuild: + sci-biology/GAL: fix some package names in DEPEND to match actual CPAN + packages + 02 Jan 2016; Andreas K. Huettel <dilfridge@gentoo.org> files/Build.PL.patch: Force systemwide installation by removing all the manual build fiddling diff --git a/sci-biology/GAL/GAL-0.2.2.ebuild b/sci-biology/GAL/GAL-0.2.2.ebuild index 82754779b..c81f6dfdf 100644 --- a/sci-biology/GAL/GAL-0.2.2.ebuild +++ b/sci-biology/GAL/GAL-0.2.2.ebuild @@ -23,13 +23,13 @@ DEPEND=" dev-perl/Number-Format dev-perl/Set-IntSpan dev-perl/Statistics-Descriptive-Discrete - dev-perl/Template + dev-perl/Template-Toolkit dev-perl/Text-Graph dev-perl/Text-RecordParser dev-perl/Text-Table dev-perl/Exception-Class dev-perl/Test-Warn - dev-perl/DBIx-Class-ResultClass-HashRefInflator + dev-perl/DBIx-Class dev-perl/URI" RDEPEND="${DEPEND}" |