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: media-gfx/comix/
Date: Sun, 09 Feb 2020 16:29:38
Message-Id: 1581265602.96f8ad8a13494f1616582f0a22f5aa556d306952.mgorny@gentoo
1 commit: 96f8ad8a13494f1616582f0a22f5aa556d306952
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 14:58:46 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:26:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f8ad8a
7
8 media-gfx/comix: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-gfx/comix/{comix-4.0.4-r1.ebuild => comix-4.0.4-r2.ebuild} | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/media-gfx/comix/comix-4.0.4-r1.ebuild b/media-gfx/comix/comix-4.0.4-r2.ebuild
16 similarity index 91%
17 rename from media-gfx/comix/comix-4.0.4-r1.ebuild
18 rename to media-gfx/comix/comix-4.0.4-r2.ebuild
19 index b77704f10cf..fa7c18e84d3 100644
20 --- a/media-gfx/comix/comix-4.0.4-r1.ebuild
21 +++ b/media-gfx/comix/comix-4.0.4-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -19,8 +19,10 @@ IUSE="rar"
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
30
31 DEPEND="${PYTHON_DEPS}
32 - dev-python/pillow[${PYTHON_USEDEP}]
33 - >=dev-python/pygtk-2.12[${PYTHON_USEDEP}]"
34 + $(python_gen_cond_dep '
35 + dev-python/pillow[${PYTHON_MULTI_USEDEP}]
36 + >=dev-python/pygtk-2.12[${PYTHON_MULTI_USEDEP}]
37 + ')"
38 RDEPEND="${DEPEND}
39 rar? ( || ( app-arch/unrar app-arch/rar ) )"