summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-02-19 11:53:04 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-19 11:53:04 +0100
commit519caf33e1de10d931c258e4c5c03402044b32b2 (patch)
treed9b3b9c9494962b72c6284362b952646e9fa32d3 /app-text
parentdev-tex/crosstex: Add missing Python variables (diff)
downloadgentoo-519caf33e1de10d931c258e4c5c03402044b32b2.tar.gz
gentoo-519caf33e1de10d931c258e4c5c03402044b32b2.tar.bz2
gentoo-519caf33e1de10d931c258e4c5c03402044b32b2.zip
app-text/queequeg: Add missing Python variables
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-text')
-rw-r--r--app-text/queequeg/queequeg-0.91-r2.ebuild (renamed from app-text/queequeg/queequeg-0.91-r1.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/queequeg/queequeg-0.91-r1.ebuild b/app-text/queequeg/queequeg-0.91-r2.ebuild
index 5fe6a7a5583b..4c411f3c3d7a 100644
--- a/app-text/queequeg/queequeg-0.91-r1.ebuild
+++ b/app-text/queequeg/queequeg-0.91-r2.ebuild
@@ -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() {