diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 21:24:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:37:10 +0100 |
commit | 900b3aabdfd8813555a1d99ec0ce7f189779a80b (patch) | |
tree | d54c5a89a95653aefa5038f2b86fba39d95a895b /www-apps | |
parent | sys-power/nut: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-900b3aabdfd8813555a1d99ec0ce7f189779a80b.tar.gz gentoo-900b3aabdfd8813555a1d99ec0ce7f189779a80b.tar.bz2 gentoo-900b3aabdfd8813555a1d99ec0ce7f189779a80b.zip |
www-apps/curator: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/curator/curator-3.0_p20110120-r3.ebuild (renamed from www-apps/curator/curator-3.0_p20110120-r2.ebuild) | 6 |
1 files 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 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} |