Skip to content

Commit

Permalink
dev-tex/texamator: Add missing Python variables
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
SoapGentoo committed Feb 19, 2017
1 parent 38df582 commit 117fea7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# $Id$

EAPI=6

PYTHON_COMPAT=( python2_7 )

inherit python-single-r1
Expand All @@ -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}
Expand Down

0 comments on commit 117fea7

Please sign in to comment.