From: Michał Górny Date: Fri, 7 Feb 2020 12:59:19 +0000 (+0100) Subject: dev-tex/crosstex: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=58c792505e9bc27e347e33018d0e953dcdd7e291;p=gentoo.git dev-tex/crosstex: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/dev-tex/crosstex/crosstex-0.6-r2.ebuild b/dev-tex/crosstex/crosstex-0.6-r3.ebuild similarity index 88% rename from dev-tex/crosstex/crosstex-0.6-r2.ebuild rename to dev-tex/crosstex/crosstex-0.6-r3.ebuild index 9e986f7cd802..ab2375f5c2c6 100644 --- a/dev-tex/crosstex/crosstex-0.6-r2.ebuild +++ b/dev-tex/crosstex/crosstex-0.6-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,9 @@ IUSE="examples" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - dev-python/ply[${PYTHON_USEDEP}]" + $(python_gen_cond_dep ' + dev-python/ply[${PYTHON_MULTI_USEDEP}] + ')" DEPEND="${RDEPEND}" src_install() {