commit:     117fea7fe64073cb47953fbd63816eeb9d4b7d90
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 10:47:53 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 10:47:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117fea7f

dev-tex/texamator: Add missing Python variables

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../{texamator-1.7.5-r1.ebuild => texamator-1.7.5-r2.ebuild}         | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-tex/texamator/texamator-1.7.5-r1.ebuild 
b/dev-tex/texamator/texamator-1.7.5-r2.ebuild
similarity index 91%
rename from dev-tex/texamator/texamator-1.7.5-r1.ebuild
rename to dev-tex/texamator/texamator-1.7.5-r2.ebuild
index 94f1c410ff..e75a0d0773 100644
--- a/dev-tex/texamator/texamator-1.7.5-r1.ebuild
+++ b/dev-tex/texamator/texamator-1.7.5-r2.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=6
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit python-single-r1
@@ -17,10 +18,12 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="app-text/dvipng
        dev-python/PyQt4[${PYTHON_USEDEP}]
-       virtual/latex-base"
+       virtual/latex-base
+       ${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_PN}

Reply via email to