commit: 3c3428133a381e82b3016701ecea633fa2f72cb4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 15:00:23 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 15:00:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c342813
net-wireless/gnome-bluetooth: fix PythonHasVersionUsage
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 4 ++--
1 file 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 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
}