commit: 900b3aabdfd8813555a1d99ec0ce7f189779a80b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 20:24:37 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:37:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900b3aab
www-apps/curator: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...ator-3.0_p20110120-r2.ebuild => curator-3.0_p20110120-r3.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
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 965e48375b6..31738bc61f4 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}