diff options
author | David Seifert <soap@gentoo.org> | 2017-02-19 11:47:53 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-19 11:47:53 +0100 |
commit | 117fea7fe64073cb47953fbd63816eeb9d4b7d90 (patch) | |
tree | 589981cb71b51bb41089f9cb7e6b79794707f783 /dev-tex/texamator | |
parent | dev-vcs/git-bzr-ng: Add missing Python variables (diff) | |
download | gentoo-117fea7fe64073cb47953fbd63816eeb9d4b7d90.tar.gz gentoo-117fea7fe64073cb47953fbd63816eeb9d4b7d90.tar.bz2 gentoo-117fea7fe64073cb47953fbd63816eeb9d4b7d90.zip |
dev-tex/texamator: Add missing Python variables
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-tex/texamator')
-rw-r--r-- | dev-tex/texamator/texamator-1.7.5-r2.ebuild (renamed from dev-tex/texamator/texamator-1.7.5-r1.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-tex/texamator/texamator-1.7.5-r1.ebuild b/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} |