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: sys-fs/traydevice/
Date: Sun, 09 Feb 2020 16:47:11
Message-Id: 1581266810.4f696c6bdc8770d5238f75a360d658cc912eb030.mgorny@gentoo
1 commit: 4f696c6bdc8770d5238f75a360d658cc912eb030
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 06:58:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:46:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f696c6b
7
8 sys-fs/traydevice: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...{traydevice-1.6.2-r1.ebuild => traydevice-1.6.2-r2.ebuild} | 11 +++++++----
13 1 file changed, 7 insertions(+), 4 deletions(-)
14
15 diff --git a/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild b/sys-fs/traydevice/traydevice-1.6.2-r2.ebuild
16 similarity index 77%
17 rename from sys-fs/traydevice/traydevice-1.6.2-r1.ebuild
18 rename to sys-fs/traydevice/traydevice-1.6.2-r2.ebuild
19 index da259161112..43f07a7fa70 100644
20 --- a/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild
21 +++ b/sys-fs/traydevice/traydevice-1.6.2-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 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 @@ -15,9 +15,12 @@ SLOT="0"
29 KEYWORDS="amd64 x86"
30 IUSE=""
31
32 -RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]
33 - dev-python/lxml[${PYTHON_USEDEP}]
34 - dev-python/pyxdg[${PYTHON_USEDEP}]
35 +RDEPEND="
36 + $(python_gen_cond_dep '
37 + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
38 + dev-python/lxml[${PYTHON_MULTI_USEDEP}]
39 + dev-python/pyxdg[${PYTHON_MULTI_USEDEP}]
40 + ')
41 sys-fs/udisks:2"
42 DEPEND="app-text/docbook2X"