www-apps/curator: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 20:24:37 +0000 (21:24 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:37:10 +0000 (17:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
www-apps/curator/curator-3.0_p20110120-r3.ebuild [moved from www-apps/curator/curator-3.0_p20110120-r2.ebuild with 84% similarity]

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 965e48375b6cea88b4bfa333e42da9ae239badf5..31738bc61f4f95f3ed5c9f5c92ca7755498c0b9d 100644 (file)
@@ -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}