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 C62AD158041 for ; Tue, 27 Feb 2024 22:08:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3146E2B2C; Tue, 27 Feb 2024 22:08:34 +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 B9E3FE2B2C for ; Tue, 27 Feb 2024 22:08:34 +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 F216A33BDF5 for ; Tue, 27 Feb 2024 22:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9547814E0 for ; Tue, 27 Feb 2024 22:08:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1709071675.7183ffb1494a979c96464637d0cfed2af107c74d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kinfocenter/kinfocenter-6.0.0.ebuild kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild kde-plasma/kinfocenter/kinfocenter-9999.ebuild X-VCS-Directories: kde-plasma/kinfocenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7183ffb1494a979c96464637d0cfed2af107c74d X-VCS-Branch: master Date: Tue, 27 Feb 2024 22:08:32 +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: f4a395e6-39bc-4991-8007-3610393fab66 X-Archives-Hash: ad54b2c759cbcb081c14e579b54b6f6e commit: 7183ffb1494a979c96464637d0cfed2af107c74d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 27 22:07:15 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 27 22:07:55 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7183ffb1 kde-plasma/kinfocenter: Prefer dev-qt/qttools:6[qdbus] to dev-qt/qdbus See also: https://github.com/gentoo/kde/pull/980 Thanks-to: Mike Lothian fireburn.co.uk> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kinfocenter/kinfocenter-6.0.0.ebuild | 5 ++++- kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild | 5 ++++- kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/kde-plasma/kinfocenter/kinfocenter-6.0.0.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.0.0.ebuild index b4104eeaa0..6514f41e79 100644 --- a/kde-plasma/kinfocenter/kinfocenter-6.0.0.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-6.0.0.ebuild @@ -34,7 +34,10 @@ DEPEND=" usb? ( virtual/libusb:1 ) " RDEPEND="${DEPEND} - dev-qt/qdbus:* + || ( + >=dev-qt/qttools-${QTMIN}:6[qdbus] + dev-qt/qdbus:* + ) >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-plasma/kde-cli-tools-${PVCUT}:* >=kde-plasma/systemsettings-${PVCUT}:6 diff --git a/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild index 37e8bd1921..51b48175d7 100644 --- a/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild @@ -34,7 +34,10 @@ DEPEND=" usb? ( virtual/libusb:1 ) " RDEPEND="${DEPEND} - dev-qt/qdbus:* + || ( + >=dev-qt/qttools-${QTMIN}:6[qdbus] + dev-qt/qdbus:* + ) >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-plasma/kde-cli-tools-${PVCUT}:* >=kde-plasma/systemsettings-${PVCUT}:6 diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild index 3dd5532384..fbf4e671ae 100644 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild @@ -34,7 +34,10 @@ DEPEND=" usb? ( virtual/libusb:1 ) " RDEPEND="${DEPEND} - dev-qt/qdbus:* + || ( + >=dev-qt/qttools-${QTMIN}:6[qdbus] + dev-qt/qdbus:* + ) >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-plasma/kde-cli-tools-${PVCUT}:* >=kde-plasma/systemsettings-${PVCUT}:6