summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-02-19 11:49:50 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-19 11:49:50 +0100
commit092617d68716dcd8c55d529251ff5aed7c332004 (patch)
tree582c7f0a90a48e843fb7dadfeeb9e596d12a171c /dev-tex/crosstex
parentdev-tex/texamator: Add missing Python variables (diff)
downloadgentoo-092617d68716dcd8c55d529251ff5aed7c332004.tar.gz
gentoo-092617d68716dcd8c55d529251ff5aed7c332004.tar.bz2
gentoo-092617d68716dcd8c55d529251ff5aed7c332004.zip
dev-tex/crosstex: Add missing Python variables
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-tex/crosstex')
-rw-r--r--dev-tex/crosstex/crosstex-0.6-r2.ebuild (renamed from dev-tex/crosstex/crosstex-0.6-r1.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-tex/crosstex/crosstex-0.6-r1.ebuild b/dev-tex/crosstex/crosstex-0.6-r2.ebuild
index 75a820ffb6cd..e39609043251 100644
--- a/dev-tex/crosstex/crosstex-0.6-r1.ebuild
+++ b/dev-tex/crosstex/crosstex-0.6-r2.ebuild
@@ -3,6 +3,7 @@
# $Id$
EAPI=6
+
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1
@@ -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() {