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: net-misc/connman-notify/
Date: Sun, 09 Feb 2020 16:34:40
Message-Id: 1581266051.22d1cb5ae13c10ce122a85d7b1a7b3f1276b1858.mgorny@gentoo
1 commit: 22d1cb5ae13c10ce122a85d7b1a7b3f1276b1858
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 17:29:31 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:34:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d1cb5a
7
8 net-misc/connman-notify: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...-0_pre20191003.ebuild => connman-notify-0_pre20191003-r1.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild b/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild
16 similarity index 86%
17 rename from net-misc/connman-notify/connman-notify-0_pre20191003.ebuild
18 rename to net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild
19 index 3f875e44e21..d093e295fa6 100644
20 --- a/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild
21 +++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild
22 @@ -22,8 +22,10 @@ IUSE=""
23 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
24
25 RDEPEND="${PYTHON_DEPS}
26 - dev-python/dbus-python[${PYTHON_USEDEP}]
27 - dev-python/pygobject:3[${PYTHON_USEDEP}]
28 + $(python_gen_cond_dep '
29 + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
30 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
31 + ')
32 net-misc/connman
33 virtual/notification-daemon"