commit: c710cfca7386712670207f8fd8ae3b68bf037040
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 18:57:07 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 18:57:32 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c710cfca
sci-misc/opennlp-maxent: Add subslot operators
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild
b/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild
index 9569238..65364d1 100644
--- a/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild
+++ b/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -22,10 +22,10 @@ IUSE="${IUSE}"
COMMON_DEP="
dev-java/java-getopt
- dev-java/trove"
-DEPEND=">=virtual/jdk-1.4
+ dev-java/trove:0"
+DEPEND=">=virtual/jdk-1.4:*
${COMMON_DEP}"
-RDEPEND=">=virtual/jre-1.4
+RDEPEND=">=virtual/jre-1.4:*
${COMMON_DEP}"
EANT_BUILD_TARGET="compile package"