commit:     22d1cb5ae13c10ce122a85d7b1a7b3f1276b1858
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 17:29:31 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:34:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d1cb5a

net-misc/connman-notify: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...-0_pre20191003.ebuild => connman-notify-0_pre20191003-r1.ebuild} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild 
b/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild
similarity index 86%
rename from net-misc/connman-notify/connman-notify-0_pre20191003.ebuild
rename to net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild
index 3f875e44e21..d093e295fa6 100644
--- a/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild
+++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild
@@ -22,8 +22,10 @@ IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       dev-python/dbus-python[${PYTHON_USEDEP}]
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+               dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+       ')
        net-misc/connman
        virtual/notification-daemon"
 

Reply via email to