app-text/queequeg: Add missing Python variables
authorDavid Seifert <soap@gentoo.org>
Sun, 19 Feb 2017 10:53:04 +0000 (11:53 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 19 Feb 2017 10:53:04 +0000 (11:53 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

app-text/queequeg/queequeg-0.91-r2.ebuild [moved from app-text/queequeg/queequeg-0.91-r1.ebuild with 91% similarity]

similarity index 91%
rename from app-text/queequeg/queequeg-0.91-r1.ebuild
rename to app-text/queequeg/queequeg-0.91-r2.ebuild
index 5fe6a7a5583bb22683b37fff26c68837c527d230..4c411f3c3d7a4cf8fc64f576092bb3c0025d269a 100644 (file)
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=6
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit python-single-r1
@@ -15,8 +16,10 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="app-dicts/wordnet"
+DEPEND="${PYTHON_DEPS}
+       app-dicts/wordnet"
 RDEPEND="${DEPEND}"
 
 src_compile() {