dev-tex/texamator: Add missing Python variables
authorDavid Seifert <soap@gentoo.org>
Sun, 19 Feb 2017 10:47:53 +0000 (11:47 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 19 Feb 2017 10:47:53 +0000 (11:47 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-tex/texamator/texamator-1.7.5-r2.ebuild [moved from dev-tex/texamator/texamator-1.7.5-r1.ebuild with 91% similarity]

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 94f1c410ffe99c361d17b117d2c74978e399b304..e75a0d077307843616fef3e8708d77aac58dc11f 100644 (file)
@@ -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}