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 EFF5715817D for ; Sun, 2 Jun 2024 20:21:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D07962BC03D; 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 ACDA52BC03D 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 297C934097F 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 E08001B02 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: <1717356714.0577ddc4e73891c4969173b6d311aaa764bb4dcd.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kguiaddons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kguiaddons/kguiaddons-9999.ebuild X-VCS-Directories: kde-frameworks/kguiaddons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0577ddc4e73891c4969173b6d311aaa764bb4dcd 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: 56269eab-2dc2-4544-8bb8-9fa8a7f944ed X-Archives-Hash: faf881d852fb60d826a802bfeb7bad87 commit: 0577ddc4e73891c4969173b6d311aaa764bb4dcd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 2 19:31:54 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 2 19:31:54 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0577ddc4 kde-frameworks/kguiaddons: Update IUSE dbus cmake arg Upstream commit 55e6279028d7c5dd2435c2e89c07c508278ef975 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kguiaddons/kguiaddons-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild b/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild index e2e80c6ff3..9d55a7b2c1 100644 --- a/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild +++ b/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild @@ -36,7 +36,7 @@ BDEPEND="wayland? ( >=dev-qt/qtwayland-${QTMIN}:6 )" src_configure() { local mycmakeargs=( -DBUILD_GEO_SCHEME_HANDLER=ON - -DWITH_DBUS=$(usex dbus) + -DUSE_DBUS=$(usex dbus) -DWITH_WAYLAND=$(usex wayland) -DWITH_X11=$(usex X) )