diff options
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() { |