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-misc/opennlp-maxent/
Date: Mon, 21 Sep 2015 19:06:06
Message-Id: 1442861852.c710cfca7386712670207f8fd8ae3b68bf037040.jlec@gentoo
1 commit: c710cfca7386712670207f8fd8ae3b68bf037040
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 18:57:07 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 18:57:32 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c710cfca
7
8 sci-misc/opennlp-maxent: Add subslot operators
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild b/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild
17 index 9569238..65364d1 100644
18 --- a/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild
19 +++ b/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -22,10 +22,10 @@ IUSE="${IUSE}"
27
28 COMMON_DEP="
29 dev-java/java-getopt
30 - dev-java/trove"
31 -DEPEND=">=virtual/jdk-1.4
32 + dev-java/trove:0"
33 +DEPEND=">=virtual/jdk-1.4:*
34 ${COMMON_DEP}"
35 -RDEPEND=">=virtual/jre-1.4
36 +RDEPEND=">=virtual/jre-1.4:*
37 ${COMMON_DEP}"
38
39 EANT_BUILD_TARGET="compile package"