dev-libs/link-grammar: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 08:28:39 +0000 (10:28 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 11:22:37 +0000 (13:22 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-libs/link-grammar/link-grammar-5.3.10.ebuild
dev-libs/link-grammar/link-grammar-5.3.11.ebuild

index 27033e6519f5a122a26dbb3b8f525c3c10027002..fdfa8ffeb611885134ffcf45c3a410206bb12b43 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,6 +15,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="aspell +hunspell java python static-libs threads"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
        aspell? ( app-text/aspell )
index fbdcf99985b7e0ef899e3486c5ece8e2b28fcec9..e4fcf63bcaf701718d704c7d81f72b180dd38a0d 100644 (file)
@@ -15,6 +15,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="aspell +hunspell java python static-libs threads" # pcre
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 # XXX: sqlite is automagic
 # Does not build with >=sci-mathematics/minisat-2, bug #593662