diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 18:29:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:34:11 +0100 |
commit | 22d1cb5ae13c10ce122a85d7b1a7b3f1276b1858 (patch) | |
tree | 5b8a1c73403014fd3b3a0f3e3d4364aa35e95055 /net-misc/connman-notify | |
parent | net-mail/mailman: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-22d1cb5ae13c10ce122a85d7b1a7b3f1276b1858.tar.gz gentoo-22d1cb5ae13c10ce122a85d7b1a7b3f1276b1858.tar.bz2 gentoo-22d1cb5ae13c10ce122a85d7b1a7b3f1276b1858.zip |
net-misc/connman-notify: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/connman-notify')
-rw-r--r-- | net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild (renamed from net-misc/connman-notify/connman-notify-0_pre20191003.ebuild) | 6 |
1 files 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 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" |