commit: 58963a4ba9708879315ff21e69ad1fa0675a7223 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Mar 29 17:19:16 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Mar 29 17:19:16 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=58963a4b
sci-biology/manatee-igs: Fix typo in deps * Bump to EAPI=6 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-biology/manatee-igs/manatee-igs-2.23.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-biology/manatee-igs/manatee-igs-2.23.1.ebuild b/sci-biology/manatee-igs/manatee-igs-2.23.1.ebuild index a78d5a5..aa8f6ca 100644 --- a/sci-biology/manatee-igs/manatee-igs-2.23.1.ebuild +++ b/sci-biology/manatee-igs/manatee-igs-2.23.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="IGS-modified version of the genome annotation tool using Chado database schema" HOMEPAGE="http://manatee.sourceforge.net/igs" @@ -36,7 +36,7 @@ DEPEND=" virtual/perl-Storable dev-perl/Log-Log4perl dev-perl/Log-Cabin - dev-perl/DateManip + dev-perl/Date-Manip dev-perl/IO-Tee dev-perl/MLDBM dev-perl/JSON
