From 58c792505e9bc27e347e33018d0e953dcdd7e291 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 13:59:19 +0100 Subject: [PATCH] dev-tex/crosstex: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{crosstex-0.6-r2.ebuild => crosstex-0.6-r3.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename dev-tex/crosstex/{crosstex-0.6-r2.ebuild => crosstex-0.6-r3.ebuild} (88%) 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() { -- 2.26.2