aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-biology/GAL/ChangeLog4
-rw-r--r--sci-biology/GAL/GAL-0.2.2.ebuild4
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}"