summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/treeline/treeline-1.4.1-r1.ebuild')
-rw-r--r--x11-misc/treeline/treeline-1.4.1-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/treeline/treeline-1.4.1-r1.ebuild b/x11-misc/treeline/treeline-1.4.1-r1.ebuild
index e25cabea40c2..26c6fb256526 100644
--- a/x11-misc/treeline/treeline-1.4.1-r1.ebuild
+++ b/x11-misc/treeline/treeline-1.4.1-r1.ebuild
@@ -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=5
@@ -22,13 +22,14 @@ for lingua in ${TLLINGUAS[@]}; do
SRC_URI+=" l10n_${lingua}? ( mirror://sourceforge/${PN}/${PN}-i18n-${PV}a.tar.gz )"
done
unset lingua
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}
"
RDEPEND="
${DEPEND}
- dev-python/PyQt4[X]
+ dev-python/PyQt4[X,${PYTHON_USEDEP}]
"
S="${WORKDIR}/TreeLine"