diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-03-29 18:18:12 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-03-29 18:18:12 +0100 |
commit | b8dc8531d80d348cfec1639e988e97bda8d22e97 (patch) | |
tree | ccd4f2966545e6ab7c5dfcca7842fdc314857e2e | |
parent | Merge remote-tracking branch 'github/master' (diff) | |
download | sci-b8dc8531d80d348cfec1639e988e97bda8d22e97.tar.gz sci-b8dc8531d80d348cfec1639e988e97bda8d22e97.tar.bz2 sci-b8dc8531d80d348cfec1639e988e97bda8d22e97.zip |
sci-biology/ONTO-PERL: Fix typo in deps
* Bump to EAPI=6
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild b/sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild index bb6c9cfda..d6467ee8b 100644 --- a/sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild +++ b/sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 MODULE_AUTHOR=EASR @@ -17,7 +17,7 @@ IUSE="" RDEPEND=" >=sci-biology/swissknife-1.65 - dev-perl/DateManip + dev-perl/Date-Manip >=dev-perl/XML-Simple-2.16 >=dev-perl/XML-Parser-2.34 virtual/perl-File-Path" |