summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-21 09:05:40 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-21 09:05:40 +0200
commit752a7ba3d09f294912ec420d15d63a33642b43c7 (patch)
treef0fa21f3fe37be4cc9ba8cb996146ea4ed1fca6e /x11-misc
parentx11-misc/obtheme: [QA] Add missing python metadata variables (diff)
downloadgentoo-752a7ba3d09f294912ec420d15d63a33642b43c7.tar.gz
gentoo-752a7ba3d09f294912ec420d15d63a33642b43c7.tar.bz2
gentoo-752a7ba3d09f294912ec420d15d63a33642b43c7.zip
x11-misc/treeline: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-misc')
-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"