Skip to content

Commit

Permalink
dev-tex/crosstex: 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 117fea7 commit 092617d
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 @@ -15,8 +16,10 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"
RDEPEND="${PYTHON_DEPS}
dev-python/ply[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

src_install() {
Expand Down

0 comments on commit 092617d

Please sign in to comment.