From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1677605-garchives=archives.gentoo.org@lists.gentoo.org>
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 0B92E15807A
	for <garchives@archives.gentoo.org>; Mon,  7 Oct 2024 23:12:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5085AE29C0;
	Mon,  7 Oct 2024 23:12:25 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 35F39E29C0
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Oct 2024 23:12:25 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 75890343086
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Oct 2024 23:12:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D98251293
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Oct 2024 23:12:22 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1728342723.a83a448397f9b0434ba5e91aa0622e6cf35c2a6c.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/marble/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-apps/marble/marble-24.08.1-r1.ebuild
X-VCS-Directories: kde-apps/marble/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: a83a448397f9b0434ba5e91aa0622e6cf35c2a6c
X-VCS-Branch: master
Date: Mon,  7 Oct 2024 23:12:22 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: adfd3d9f-ddec-4345-a5e9-5de21aa5e073
X-Archives-Hash: e5edf420fec2b01b930c8780acae38b3

commit:     a83a448397f9b0434ba5e91aa0622e6cf35c2a6c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 14:10:13 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 23:12:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83a4483

kde-apps/marble: Add missing IUSE dbus cmake arg

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/marble/marble-24.08.1-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/marble/marble-24.08.1-r1.ebuild b/kde-apps/marble/marble-24.08.1-r1.ebuild
index 54290d912c2d..952e3eea95cb 100644
--- a/kde-apps/marble/marble-24.08.1-r1.ebuild
+++ b/kde-apps/marble/marble-24.08.1-r1.ebuild
@@ -78,6 +78,7 @@ src_configure() {
 		$(cmake_use_find_package aprs Perl)
 		$(cmake_use_find_package geolocation Qt5Positioning)
 		-DBUILD_MARBLE_TESTS=$(usex test)
+		-DBUILD_WITH_DBUS=$(usex dbus)
 		-DWITH_DESIGNER_PLUGIN=$(usex designer)
 		-DWITH_libgps=$(usex gps)
 		-DWITH_KF5=$(usex kde)