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 58E3515817D 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 D611B2BC03F; Sun, 2 Jun 2024 20:21:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 AB88A2BC03C 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 144C6340C43 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 A68081C17 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.35aa7667d59b3f55ae4f73cac9177257e27175dc.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kconfig/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kconfig/kconfig-9999.ebuild X-VCS-Directories: kde-frameworks/kconfig/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 35aa7667d59b3f55ae4f73cac9177257e27175dc 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: 223cbcda-6a2d-4dff-bae3-e6aa30b78f6b X-Archives-Hash: 261a856ac66317ef46ffb930f2a7fd27 commit: 35aa7667d59b3f55ae4f73cac9177257e27175dc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 2 17:45:00 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=35aa7667 kde-frameworks/kconfig: Update IUSE dbus cmake arg Upstream commit 9082d57024b4ae216e282ffaa43b2cff200a5414 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kconfig/kconfig-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kconfig/kconfig-9999.ebuild b/kde-frameworks/kconfig/kconfig-9999.ebuild index 37d2f23b2b..b1b5815dad 100644 --- a/kde-frameworks/kconfig/kconfig-9999.ebuild +++ b/kde-frameworks/kconfig/kconfig-9999.ebuild @@ -28,7 +28,7 @@ DOCS=( DESIGN docs/{DESIGN.kconfig,options.md} ) src_configure() { local mycmakeargs=( - -DKCONFIG_USE_DBUS=$(usex dbus) + -DUSE_DBUS=$(usex dbus) -DKCONFIG_USE_QML=$(usex qml) ) ecm_src_configure