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 a74636e591158..4555d8401f4d6 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild @@ -47,8 +47,8 @@ PATCHES=( python_check_deps() { if use test; then - has_version -b "dev-python/python-dbusmock[${PYTHON_USEDEP}]" && - has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]" + python_has_version -b "dev-python/python-dbusmock[${PYTHON_USEDEP}]" && + python_has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]" fi }