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 CE4D659CA3 for ; Wed, 17 Feb 2016 19:35:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A7D1E085D; Wed, 17 Feb 2016 19:35:00 +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 F415FE085D for ; Wed, 17 Feb 2016 19:34:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0EF3340D0C for ; Wed, 17 Feb 2016 19:34:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC949CEB for ; Wed, 17 Feb 2016 19:34:50 +0000 (UTC) From: "Dennis Lamm" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dennis Lamm" Message-ID: <1455737606.c1fbc9be2a6fb6e175b1d088a7d589485d5a0b8f.expeditioneer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/link-grammar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/link-grammar/link-grammar-5.3.3.ebuild X-VCS-Directories: dev-libs/link-grammar/ X-VCS-Committer: expeditioneer X-VCS-Committer-Name: Dennis Lamm X-VCS-Revision: c1fbc9be2a6fb6e175b1d088a7d589485d5a0b8f X-VCS-Branch: master Date: Wed, 17 Feb 2016 19:34:50 +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: 499cd3bf-4a9d-473b-b5af-e597a168c167 X-Archives-Hash: 498d521c6b2959f6ab52e28b291a1954 commit: c1fbc9be2a6fb6e175b1d088a7d589485d5a0b8f Author: Dennis Lamm gentoo org> AuthorDate: Wed Feb 17 19:32:20 2016 +0000 Commit: Dennis Lamm gentoo org> CommitDate: Wed Feb 17 19:33:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1fbc9be dev-libs/link-grammar:5.3.3: fixed bug #574872 Package-Manager: portage-2.2.26 dev-libs/link-grammar/link-grammar-5.3.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/link-grammar/link-grammar-5.3.3.ebuild b/dev-libs/link-grammar/link-grammar-5.3.3.ebuild index efec5be..546f5cd 100644 --- a/dev-libs/link-grammar/link-grammar-5.3.3.ebuild +++ b/dev-libs/link-grammar/link-grammar-5.3.3.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit eutils gnome2 java-pkg-opt-2 python-any-r1 @@ -20,7 +20,7 @@ IUSE="aspell +hunspell java python static-libs threads" DEPEND=" aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) - java? ( virtual/jdk:= dev-java/ant-core ) + java? ( >=virtual/jdk-0:= dev-java/ant-core ) ${PYTHON_DEPS}" RDEPEND="${DEPEND}"