From 900b3aabdfd8813555a1d99ec0ce7f189779a80b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 21:24:37 +0100 Subject: [PATCH] www-apps/curator: 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 --- ..._p20110120-r2.ebuild => curator-3.0_p20110120-r3.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename www-apps/curator/{curator-3.0_p20110120-r2.ebuild => curator-3.0_p20110120-r3.ebuild} (84%) 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} -- 2.26.2