dev-tex/crosstex: Add missing Python variables
authorDavid Seifert <soap@gentoo.org>
Sun, 19 Feb 2017 10:49:50 +0000 (11:49 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 19 Feb 2017 10:49:50 +0000 (11:49 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-tex/crosstex/crosstex-0.6-r2.ebuild [moved from dev-tex/crosstex/crosstex-0.6-r1.ebuild with 89% similarity]

similarity index 89%
rename from dev-tex/crosstex/crosstex-0.6-r1.ebuild
rename to dev-tex/crosstex/crosstex-0.6-r2.ebuild
index 75a820ffb6cd0ebd1b61356b96291b1497f5b70b..e3960904325163a57d38be4f5fcdc0a7010e3982 100644 (file)
@@ -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() {