diff options
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild index 1158f711755d..f30aa94cb950 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild @@ -35,7 +35,7 @@ BDEPEND=" virtual/pkgconfig test? ( $(python_gen_any_dep ' - dev-python/dbusmock[${PYTHON_USEDEP}] + dev-python/python-dbusmock[${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}] ') ) @@ -43,7 +43,7 @@ BDEPEND=" python_check_deps() { if use test; then - has_version -b "dev-python/dbusmock[${PYTHON_USEDEP}]" && \ + has_version -b "dev-python/python-dbusmock[${PYTHON_USEDEP}]" && has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]" fi } |