From: Michał Górny Date: Fri, 7 Feb 2020 14:58:46 +0000 (+0100) Subject: media-gfx/comix: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=96f8ad8a13494f1616582f0a22f5aa556d306952;p=gentoo.git media-gfx/comix: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/media-gfx/comix/comix-4.0.4-r1.ebuild b/media-gfx/comix/comix-4.0.4-r2.ebuild similarity index 91% rename from media-gfx/comix/comix-4.0.4-r1.ebuild rename to media-gfx/comix/comix-4.0.4-r2.ebuild index b77704f10cf0..fa7c18e84d38 100644 --- a/media-gfx/comix/comix-4.0.4-r1.ebuild +++ b/media-gfx/comix/comix-4.0.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,8 +19,10 @@ IUSE="rar" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} - dev-python/pillow[${PYTHON_USEDEP}] - >=dev-python/pygtk-2.12[${PYTHON_USEDEP}]" + $(python_gen_cond_dep ' + dev-python/pillow[${PYTHON_MULTI_USEDEP}] + >=dev-python/pygtk-2.12[${PYTHON_MULTI_USEDEP}] + ')" RDEPEND="${DEPEND} rar? ( || ( app-arch/unrar app-arch/rar ) )"