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 EA0BB15817D for ; Sun, 2 Jun 2024 20:21:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC1CC2BC040; Sun, 2 Jun 2024 20:21:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C32C62BC040 for ; Sun, 2 Jun 2024 20:21:12 +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 2A8BC340988 for ; Sun, 2 Jun 2024 20:21:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDABC1C19 for ; Sun, 2 Jun 2024 20:21:07 +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: <1717351305.e3a49eae88a6b49396e2f604feb181f4d023de0d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kcoreaddons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild X-VCS-Directories: kde-frameworks/kcoreaddons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e3a49eae88a6b49396e2f604feb181f4d023de0d X-VCS-Branch: master Date: Sun, 2 Jun 2024 20:21:07 +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: d80e6633-b1f6-4f7f-905d-4e7d6c992547 X-Archives-Hash: eb81e3d90142dd45918daea93fb76e41 commit: e3a49eae88a6b49396e2f604feb181f4d023de0d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 2 17:35:59 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 2 18:01:45 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e3a49eae kde-frameworks/kcoreaddons: Update IUSE dbus cmake arg Upstream commit 0d59db72d86bc329103fd4da34d743c35c658783 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild b/kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild index 766f9a8f1f..6ebd8d3ce0 100644 --- a/kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild +++ b/kde-frameworks/kcoreaddons/kcoreaddons-9999.ebuild @@ -25,7 +25,7 @@ BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]" src_configure() { local mycmakeargs=( -DKCOREADDONS_USE_QML=ON - $(cmake_use_find_package dbus Qt6DBus) + -DUSE_DBUS=$(usex dbus) ) ecm_src_configure