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 AD44C158094 for ; Thu, 11 Aug 2022 10:38:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BECDFE0957; Thu, 11 Aug 2022 10:38:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A3E98E0957 for ; Thu, 11 Aug 2022 10:38:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D56A6341347 for ; Thu, 11 Aug 2022 10:38:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE916574 for ; Thu, 11 Aug 2022 10:38:20 +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: <1660213251.185ddb8455b25bcfa77d52513e1d5f03652053e3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/telepathy-qt/telepathy-qt-0.9.8-r1.ebuild net-libs/telepathy-qt/telepathy-qt-9999.ebuild X-VCS-Directories: net-libs/telepathy-qt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 185ddb8455b25bcfa77d52513e1d5f03652053e3 X-VCS-Branch: master Date: Thu, 11 Aug 2022 10:38:20 +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: b59b3ca5-6f21-4ed4-a236-32e1ac528c88 X-Archives-Hash: 76869492cd07ce747872f4263ff268b6 commit: 185ddb8455b25bcfa77d52513e1d5f03652053e3 Author: Sam James gentoo org> AuthorDate: Thu Aug 11 10:20:46 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 11 10:20:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185ddb84 net-libs/telepathy-qt: fix PythonAnyMismatchedDepHasVersionCheck has_version was checking DEPEND, not BDEPEND, so change to python_has_version for better defaults (defaults to BDEPEND) but also nicer output. Signed-off-by: Sam James gentoo.org> net-libs/telepathy-qt/telepathy-qt-0.9.8-r1.ebuild | 4 ++-- net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.8-r1.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.8-r1.ebuild index 9f392ed86abb..af50e027063c 100644 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.8-r1.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -49,7 +49,7 @@ BDEPEND="${PYTHON_DEPS} python_check_deps() { use test || return 0 - has_version "dev-python/dbus-python[${PYTHON_USEDEP}]" + python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]" } pkg_setup() { diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index 4ae1fc73d370..806f66f84703 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -55,7 +55,7 @@ DEPEND="${RDEPEND} python_check_deps() { use test || return 0 - has_version "dev-python/dbus-python[${PYTHON_USEDEP}]" + python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]" } pkg_setup() {