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 522D015800A for ; Tue, 25 Jul 2023 09:37:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93A29E08CE; Tue, 25 Jul 2023 09:37:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7DAFFE08CE for ; Tue, 25 Jul 2023 09:37:56 +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 97F3B341482 for ; Tue, 25 Jul 2023 09:37:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2276FDBB for ; Tue, 25 Jul 2023 09:37:54 +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: <1690277862.7782bc70be110d161b77014c1e1f1c12d1a3ae0a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kconfigwidgets/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild X-VCS-Directories: kde-frameworks/kconfigwidgets/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7782bc70be110d161b77014c1e1f1c12d1a3ae0a X-VCS-Branch: master Date: Tue, 25 Jul 2023 09:37:54 +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: 63295d5b-24ea-4c33-a44a-86f4ad44b9c2 X-Archives-Hash: b05d074fbacc792cbb90ba74b725b80f commit: 7782bc70be110d161b77014c1e1f1c12d1a3ae0a Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 25 09:37:25 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 25 09:37:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7782bc70 kde-frameworks/kconfigwidgets: Add missing dbus test USE-dep Closes: https://bugs.gentoo.org/864250 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild index d27ee06f8a97..a0579d091de8 100644 --- a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild +++ b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild @@ -14,7 +14,7 @@ LICENSE="LGPL-2+" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="+man" -DEPEND=" +RDEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 @@ -26,7 +26,9 @@ DEPEND=" =kde-frameworks/ki18n-${PVCUT}*:5 =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + test? ( =kde-frameworks/kconfig-${PVCUT}*:5[dbus] ) +" BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )" src_configure() {