Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/curator/
Date: Sun, 09 Feb 2020 16:42:33
Message-Id: 1581266230.900b3aabdfd8813555a1d99ec0ce7f189779a80b.mgorny@gentoo
1 commit: 900b3aabdfd8813555a1d99ec0ce7f189779a80b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 20:24:37 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:37:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900b3aab
7
8 www-apps/curator: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...ator-3.0_p20110120-r2.ebuild => curator-3.0_p20110120-r3.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/www-apps/curator/curator-3.0_p20110120-r2.ebuild b/www-apps/curator/curator-3.0_p20110120-r3.ebuild
16 similarity index 84%
17 rename from www-apps/curator/curator-3.0_p20110120-r2.ebuild
18 rename to www-apps/curator/curator-3.0_p20110120-r3.ebuild
19 index 965e48375b6..31738bc61f4 100644
20 --- a/www-apps/curator/curator-3.0_p20110120-r2.ebuild
21 +++ b/www-apps/curator/curator-3.0_p20110120-r3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -19,7 +19,9 @@ IUSE=""
29 DEPEND=""
30 RDEPEND="${DEPEND}
31 ${PYTHON_DEPS}
32 - dev-python/pillow[${PYTHON_USEDEP}]
33 + $(python_gen_cond_dep '
34 + dev-python/pillow[${PYTHON_MULTI_USEDEP}]
35 + ')
36 virtual/imagemagick-tools"
37
38 REQUIRED_USE=${PYTHON_REQUIRED_USE}