From: Michał Górny Date: Fri, 7 Feb 2020 20:24:37 +0000 (+0100) Subject: www-apps/curator: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=900b3aabdfd8813555a1d99ec0ce7f189779a80b;p=gentoo.git www-apps/curator: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/www-apps/curator/curator-3.0_p20110120-r2.ebuild b/www-apps/curator/curator-3.0_p20110120-r3.ebuild similarity index 84% rename from www-apps/curator/curator-3.0_p20110120-r2.ebuild rename to www-apps/curator/curator-3.0_p20110120-r3.ebuild index 965e48375b6c..31738bc61f4f 100644 --- a/www-apps/curator/curator-3.0_p20110120-r2.ebuild +++ b/www-apps/curator/curator-3.0_p20110120-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 @@ -19,7 +19,9 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND} ${PYTHON_DEPS} - dev-python/pillow[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pillow[${PYTHON_MULTI_USEDEP}] + ') virtual/imagemagick-tools" REQUIRED_USE=${PYTHON_REQUIRED_USE}