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: x11-misc/revelation/
Date: Sun, 09 Feb 2020 16:42:37
Message-Id: 1581266235.ae0dc8b65a8bad635d242ecf49976d634141662a.mgorny@gentoo
1 commit: ae0dc8b65a8bad635d242ecf49976d634141662a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 20:29:19 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:37:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae0dc8b6
7
8 x11-misc/revelation: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...lation-0.4.14-r3.ebuild => revelation-0.4.14-r4.ebuild} | 14 ++++++++------
13 1 file changed, 8 insertions(+), 6 deletions(-)
14
15 diff --git a/x11-misc/revelation/revelation-0.4.14-r3.ebuild b/x11-misc/revelation/revelation-0.4.14-r4.ebuild
16 similarity index 72%
17 rename from x11-misc/revelation/revelation-0.4.14-r3.ebuild
18 rename to x11-misc/revelation/revelation-0.4.14-r4.ebuild
19 index 8c636fe6e57..704d9967b80 100644
20 --- a/x11-misc/revelation/revelation-0.4.14-r3.ebuild
21 +++ b/x11-misc/revelation/revelation-0.4.14-r4.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=6
28 @@ -20,11 +20,13 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
29 RESTRICT="test"
30
31 RDEPEND="${PYTHON_DEPS}
32 - dev-python/pygtk[${PYTHON_USEDEP}]
33 - dev-python/pycryptodome[${PYTHON_USEDEP}]
34 - dev-python/gconf-python[${PYTHON_USEDEP}]
35 - dev-python/dbus-python[${PYTHON_USEDEP}]
36 - sys-libs/cracklib[python,${PYTHON_USEDEP}]
37 + $(python_gen_cond_dep '
38 + dev-python/pygtk[${PYTHON_MULTI_USEDEP}]
39 + dev-python/pycryptodome[${PYTHON_MULTI_USEDEP}]
40 + dev-python/gconf-python[${PYTHON_MULTI_USEDEP}]
41 + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
42 + sys-libs/cracklib[python,${PYTHON_MULTI_USEDEP}]
43 + ')
44 "
45
46 DEPEND="${RDEPEND}"