net-misc/connman-notify: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 17:29:31 +0000 (18:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:34:11 +0000 (17:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild [moved from net-misc/connman-notify/connman-notify-0_pre20191003.ebuild with 86% similarity]

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 3f875e44e212cae60c0f14a66bdbb264d1edcd2d..d093e295fa632a5c4e1d3dc63674a8abff7e10ce 100644 (file)
@@ -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"