diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-21 21:00:42 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-21 21:00:42 +0200 |
commit | 9c3b90aa71d0e362e40823b8120e0c1076209d8e (patch) | |
tree | f01ce3494f35270ab040951f7dbc5f2648ea484a | |
parent | sci-misc/opennlp-maxent: Add subslot operators (diff) | |
download | sci-9c3b90aa71d0e362e40823b8120e0c1076209d8e.tar.gz sci-9c3b90aa71d0e362e40823b8120e0c1076209d8e.tar.bz2 sci-9c3b90aa71d0e362e40823b8120e0c1076209d8e.zip |
sci-misc/opennlp-tools: Add subslot operators
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild b/sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild index 3b8eaad5c..60a7e969c 100644 --- a/sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild +++ b/sci-misc/opennlp-tools/opennlp-tools-1.3.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$ @@ -69,13 +69,13 @@ KEYWORDS="~x86" IUSE="${IUSE} models" COMMON_DEP=" - dev-java/trove + dev-java/trove:0 >=sci-misc/jwnl-1.3_rc3 >=app-dicts/wordnet-2.0 sci-misc/opennlp-maxent" -DEPEND=">=virtual/jdk-1.4 +DEPEND=">=virtual/jdk-1.4:* ${COMMON_DEP}" -RDEPEND=">=virtual/jre-1.4 +RDEPEND=">=virtual/jre-1.4:* ${COMMON_DEP}" EANT_BUILD_TARGET="compile package" |