From 3c3428133a381e82b3016701ecea633fa2f72cb4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 15 Oct 2022 16:00:23 +0100 Subject: net-wireless/gnome-bluetooth: fix PythonHasVersionUsage Signed-off-by: Sam James --- net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-wireless') 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 a74636e59115..4555d8401f4d 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 } -- cgit v1.2.3-65-gdbad