Skip to content

Commit

Permalink
dev-libs/link-grammar:5.3.3: fixed bug #574872
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
expeditioneer committed Feb 17, 2016
1 parent 2b00875 commit c1fbc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-libs/link-grammar/link-grammar-5.3.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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}"
Expand Down

0 comments on commit c1fbc9b

Please sign in to comment.