commit:     6df985dab4cc40ea3f2e8016b5aedea8f8dcddd9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 14:59:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 14:59:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df985da

net-wireless/gnome-bluetooth: fix PythonAnyMismatchedDepHasVersionCheck

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild | 2 +-
 net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
index 23be7d79cc01..d5d0bce0d592 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
@@ -47,7 +47,7 @@ BDEPEND="
 
 python_check_deps() {
        if use test; then
-               python_has_version 
"dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
+               python_has_version 
">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
                python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
        fi
 }

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
index 10052388292a..4391f246cfae 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
@@ -47,7 +47,7 @@ BDEPEND="
 
 python_check_deps() {
        if use test; then
-               python_has_version 
"dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
+               python_has_version 
">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
                python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
        fi
 }

Reply via email to