commit:     752a7ba3d09f294912ec420d15d63a33642b43c7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 07:05:40 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 07:05:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752a7ba3

x11-misc/treeline: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/treeline/treeline-1.4.1-r1.ebuild | 5 +++--
 1 file 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 e25cabea40c..26c6fb25652 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"

Reply via email to