From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1447277-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 25BC4158020
	for <garchives@archives.gentoo.org>; Sat, 15 Oct 2022 15:01:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DA407E0936;
	Sat, 15 Oct 2022 15:01:17 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C5913E0936
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Oct 2022 15:01:17 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 02A09341182
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Oct 2022 15:01:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2871B622
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Oct 2022 15:01:14 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1665845999.6df985dab4cc40ea3f2e8016b5aedea8f8dcddd9.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
X-VCS-Directories: net-wireless/gnome-bluetooth/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 6df985dab4cc40ea3f2e8016b5aedea8f8dcddd9
X-VCS-Branch: master
Date: Sat, 15 Oct 2022 15:01:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 4c3e4cd7-e076-4b4b-82fe-d5d31fb03c4b
X-Archives-Hash: 80944bdb0e0c9d8db36daf369c29bfa0

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
 }