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-video/griffith/
Date: Sun, 09 Feb 2020 16:31:41
Message-Id: 1581265889.73c4175b2039e1353cc95b9c26611383fdfd2051.mgorny@gentoo
1 commit: 73c4175b2039e1353cc95b9c26611383fdfd2051
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 16:57:25 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:31:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c4175b
7
8 media-video/griffith: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{griffith-0.13-r2.ebuild => griffith-0.13-r3.ebuild} | 16 +++++++++-------
13 1 file changed, 9 insertions(+), 7 deletions(-)
14
15 diff --git a/media-video/griffith/griffith-0.13-r2.ebuild b/media-video/griffith/griffith-0.13-r3.ebuild
16 similarity index 83%
17 rename from media-video/griffith/griffith-0.13-r2.ebuild
18 rename to media-video/griffith/griffith-0.13-r3.ebuild
19 index aa9efbb2fc6..d606fd887aa 100644
20 --- a/media-video/griffith/griffith-0.13-r2.ebuild
21 +++ b/media-video/griffith/griffith-0.13-r3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -22,12 +22,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
29
30 RDEPEND="
31 ${PYTHON_DEPS}
32 - dev-python/pillow[${PYTHON_USEDEP}]
33 - gnome-base/libglade[${PYTHON_USEDEP}]
34 - >=dev-python/pygtk-2.6.1:2[${PYTHON_USEDEP}]
35 - dev-python/pygobject:2[${PYTHON_USEDEP}]
36 - >=dev-python/sqlalchemy-0.5.2[${PYTHON_USEDEP}]
37 - >=dev-python/reportlab-1.19[${PYTHON_USEDEP}]"
38 + gnome-base/libglade[${PYTHON_SINGLE_USEDEP}]
39 + $(python_gen_cond_dep '
40 + dev-python/pillow[${PYTHON_MULTI_USEDEP}]
41 + >=dev-python/pygtk-2.6.1:2[${PYTHON_MULTI_USEDEP}]
42 + dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
43 + >=dev-python/sqlalchemy-0.5.2[${PYTHON_MULTI_USEDEP}]
44 + >=dev-python/reportlab-1.19[${PYTHON_MULTI_USEDEP}]
45 + ')"
46 DEPEND="${RDEPEND}
47 doc? ( app-text/docbook2X )"