public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-qt/
Date: Thu, 11 Aug 2022 10:38:20 +0000 (UTC)	[thread overview]
Message-ID: <1660213251.185ddb8455b25bcfa77d52513e1d5f03652053e3.sam@gentoo> (raw)

commit:     185ddb8455b25bcfa77d52513e1d5f03652053e3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 10:20:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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() {


             reply	other threads:[~2022-08-11 10:38 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-11 10:38 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-25 19:40 [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-qt/ Andreas Sturmlechner
2021-09-22 23:05 Andreas Sturmlechner
2021-09-22 23:05 Andreas Sturmlechner
2021-09-12 11:28 Yixun Lan
2021-01-24 14:46 Andreas Sturmlechner
2020-11-24 19:59 Andreas Sturmlechner
2020-07-15 13:27 Andreas Sturmlechner
2020-04-17 14:17 Andreas Sturmlechner
2020-04-17 14:17 Andreas Sturmlechner
2019-12-31 16:46 Andreas Sturmlechner
2019-12-08 16:00 Andreas Sturmlechner
2019-12-03 11:30 Andreas Sturmlechner
2019-12-02 23:29 Aaron Bauman
2019-12-02 16:33 Mikle Kolyada
2019-12-02 16:12 Mikle Kolyada
2019-11-17 12:46 Andreas Sturmlechner
2019-11-17 12:46 Andreas Sturmlechner
2019-11-17 12:46 Andreas Sturmlechner
2018-12-12 14:06 Andreas Sturmlechner
2017-12-09  8:09 Andreas Sturmlechner
2017-11-30 22:54 Andreas Sturmlechner
2017-11-30 19:02 Thomas Deutschmann
2017-08-31 20:54 Andreas Sturmlechner
2016-08-10 18:44 Michael Palimaka
2016-08-10 18:44 Michael Palimaka
2016-06-14 13:12 Amy Winston
2016-06-14 13:12 Amy Winston
2015-10-25 15:18 Michael Palimaka
2015-10-25 13:02 Mikle Kolyada
2015-10-19  9:27 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1660213251.185ddb8455b25bcfa77d52513e1d5f03652053e3.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox