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: kde-plasma/breeze-gtk/
Date: Thu, 11 Aug 2022 10:38:20 +0000 (UTC)	[thread overview]
Message-ID: <1660213250.8d8fece6d0378c34370bb4fc0577d2d7f7d8478a.sam@gentoo> (raw)

commit:     8d8fece6d0378c34370bb4fc0577d2d7f7d8478a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 10:17:42 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 10:20:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8fece6

kde-plasma/breeze-gtk: 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>

 kde-plasma/breeze-gtk/breeze-gtk-5.24.6.ebuild | 2 +-
 kde-plasma/breeze-gtk/breeze-gtk-5.25.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.24.6.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.24.6.ebuild
index 87341153f987..1cb679512383 100644
--- a/kde-plasma/breeze-gtk/breeze-gtk-5.24.6.ebuild
+++ b/kde-plasma/breeze-gtk/breeze-gtk-5.24.6.ebuild
@@ -22,7 +22,7 @@ BDEPEND="${PYTHON_DEPS}
 "
 
 python_check_deps() {
-	has_version "dev-python/pycairo[${PYTHON_USEDEP}]"
+	python_has_version "dev-python/pycairo[${PYTHON_USEDEP}]"
 }
 
 pkg_setup() {

diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.25.4.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.25.4.ebuild
index 375d2e9c5949..0ae80b7ef65c 100644
--- a/kde-plasma/breeze-gtk/breeze-gtk-5.25.4.ebuild
+++ b/kde-plasma/breeze-gtk/breeze-gtk-5.25.4.ebuild
@@ -22,7 +22,7 @@ BDEPEND="${PYTHON_DEPS}
 "
 
 python_check_deps() {
-	has_version "dev-python/pycairo[${PYTHON_USEDEP}]"
+	python_has_version "dev-python/pycairo[${PYTHON_USEDEP}]"
 }
 
 pkg_setup() {


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

Thread overview: 19+ 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 --
2025-01-10 11:11 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/breeze-gtk/ WANG Xuerui
2024-10-07  2:52 Sam James
2024-05-21 19:05 Andreas Sturmlechner
2023-04-13 18:35 Andreas Sturmlechner
2023-04-13 18:35 Andreas Sturmlechner
2023-04-09 10:08 Andreas Sturmlechner
2023-03-22 23:01 Andreas Sturmlechner
2023-03-22 23:01 Andreas Sturmlechner
2021-11-23 14:59 Andreas Sturmlechner
2019-02-14 18:36 Andreas Sturmlechner
2019-02-14 18:36 Andreas Sturmlechner
2019-02-14 18:36 Andreas Sturmlechner
2019-02-13 13:32 Andreas Sturmlechner
2018-05-26  0:52 Thomas Deutschmann
2016-09-17  8:27 Pacho Ramos
2016-08-05 16:07 Michael Palimaka
2015-12-09 12:08 Michael Palimaka
2015-12-09 12:08 Michael Palimaka

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=1660213250.8d8fece6d0378c34370bb4fc0577d2d7f7d8478a.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