From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D5A26158020 for ; Sat, 15 Oct 2022 15:01:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE7C9E0937; 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 B5FA1E0937 for ; 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 D972734114D for ; Sat, 15 Oct 2022 15:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02A46620 for ; Sat, 15 Oct 2022 15:01:14 +0000 (UTC) From: "Sam James" 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" Message-ID: <1665845920.cd45062049534f5dc9782a41ce0061c466dff8ed.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/modemmanager/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/modemmanager/modemmanager-1.18.10-r1.ebuild X-VCS-Directories: net-misc/modemmanager/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cd45062049534f5dc9782a41ce0061c466dff8ed X-VCS-Branch: master Date: Sat, 15 Oct 2022 15:01:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dcab9766-9a88-46ed-b804-4ef132631f69 X-Archives-Hash: 0bacafa9654dd98ef3a614e495034f8c commit: cd45062049534f5dc9782a41ce0061c466dff8ed Author: Sam James gentoo org> AuthorDate: Sat Oct 15 14:58:40 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 15 14:58:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd450620 net-misc/modemmanager: fix PythonHasVersionUsage Signed-off-by: Sam James gentoo.org> net-misc/modemmanager/modemmanager-1.18.10-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/modemmanager/modemmanager-1.18.10-r1.ebuild b/net-misc/modemmanager/modemmanager-1.18.10-r1.ebuild index 016b768e57ad..d651e931039f 100644 --- a/net-misc/modemmanager/modemmanager-1.18.10-r1.ebuild +++ b/net-misc/modemmanager/modemmanager-1.18.10-r1.ebuild @@ -54,8 +54,8 @@ BDEPEND=" S="${WORKDIR}/ModemManager-${PV}" python_check_deps() { - has_version "dev-python/dbus-python[${PYTHON_USEDEP}]" && - has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]" + python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]" && + python_has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]" } pkg_setup() {