From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1181C1387B1 for ; Mon, 21 Sep 2015 19:06:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5301A21C053; Mon, 21 Sep 2015 19:05:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1D6521C053 for ; Mon, 21 Sep 2015 19:05:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1195B340909 for ; Mon, 21 Sep 2015 19:05:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB0D6243 for ; Mon, 21 Sep 2015 19:05:44 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442862042.9c3b90aa71d0e362e40823b8120e0c1076209d8e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/opennlp-tools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild X-VCS-Directories: sci-misc/opennlp-tools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9c3b90aa71d0e362e40823b8120e0c1076209d8e X-VCS-Branch: master Date: Mon, 21 Sep 2015 19:05:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 41a14f0f-812a-48f6-84b1-d835384188fc X-Archives-Hash: 4cd12f818bd36960c72033c386fd2553 commit: 9c3b90aa71d0e362e40823b8120e0c1076209d8e Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 21 19:00:42 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 21 19:00:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9c3b90aa sci-misc/opennlp-tools: Add subslot operators Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild | 8 ++++---- 1 file 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 3b8eaad..60a7e96 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"