From: Michał Górny Date: Fri, 7 Feb 2020 17:29:31 +0000 (+0100) Subject: net-misc/connman-notify: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=22d1cb5ae13c10ce122a85d7b1a7b3f1276b1858;p=gentoo.git net-misc/connman-notify: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- 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 3f875e44e212..d093e295fa63 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"