From 117fea7fe64073cb47953fbd63816eeb9d4b7d90 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 19 Feb 2017 11:47:53 +0100 Subject: [PATCH] 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(-) rename dev-tex/texamator/{texamator-1.7.5-r1.ebuild => texamator-1.7.5-r2.ebuild} (91%) 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 94f1c410ffe9..e75a0d077307 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} -- 2.26.2