Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ONTO-PERL/
Date: Tue, 29 Mar 2016 17:21:27
Message-Id: 1459271892.b8dc8531d80d348cfec1639e988e97bda8d22e97.jlec@gentoo
1 commit: b8dc8531d80d348cfec1639e988e97bda8d22e97
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 17:18:12 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 17:18:12 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b8dc8531
7
8 sci-biology/ONTO-PERL: Fix typo in deps
9
10 * Bump to EAPI=6
11
12 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
13
14 sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild b/sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild
18 index bb6c9cf..d6467ee 100644
19 --- a/sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild
20 +++ b/sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 -EAPI=5
28 +EAPI=6
29
30 MODULE_AUTHOR=EASR
31
32 @@ -17,7 +17,7 @@ IUSE=""
33
34 RDEPEND="
35 >=sci-biology/swissknife-1.65
36 - dev-perl/DateManip
37 + dev-perl/Date-Manip
38 >=dev-perl/XML-Simple-2.16
39 >=dev-perl/XML-Parser-2.34
40 virtual/perl-File-Path"