From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1700392-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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 018541580FD for <garchives@archives.gentoo.org>; Sun, 15 Dec 2024 00:28:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 311A1E095F; Sun, 15 Dec 2024 00:28:52 +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 239CEE0819 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Dec 2024 00:28:51 +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 24A33342F9E for <gentoo-commits@lists.gentoo.org>; Sun, 15 Dec 2024 00:28:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADC40159E for <gentoo-commits@lists.gentoo.org>; Sun, 15 Dec 2024 00:28:48 +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: <1734219924.58338e485e6ddfaa82894e4b51b42a1c850605fd.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/marble/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/marble/marble-24.12.49.9999.ebuild kde-apps/marble/marble-9999.ebuild X-VCS-Directories: kde-apps/marble/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 58338e485e6ddfaa82894e4b51b42a1c850605fd X-VCS-Branch: master Date: Sun, 15 Dec 2024 00:28:48 +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: 396b1b64-f0f9-4b8a-90f9-a636d02db962 X-Archives-Hash: 5dd74cfad24ba8913a300ec623e84d50 commit: 58338e485e6ddfaa82894e4b51b42a1c850605fd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Dec 14 23:45:24 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Dec 14 23:45:24 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=58338e48 kde-apps/marble: Set ECM_TEST=true, drop unused cmake arg Upstream commit 00de00455c9625537db499602c13152c1c6bdfab Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/marble/marble-24.12.49.9999.ebuild | 3 +-- kde-apps/marble/marble-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/kde-apps/marble/marble-24.12.49.9999.ebuild b/kde-apps/marble/marble-24.12.49.9999.ebuild index 485b1cd74b..e221a2b345 100644 --- a/kde-apps/marble/marble-24.12.49.9999.ebuild +++ b/kde-apps/marble/marble-24.12.49.9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 ECM_HANDBOOK="optional" # see src/apps/marble-kde/CMakeLists.txt -ECM_TEST="forceoptional" +ECM_TEST="true" KFMIN=6.5.0 QTMIN=6.7.2 inherit ecm gear.kde.org @@ -68,7 +68,6 @@ src_configure() { local mycmakeargs=( $(cmake_use_find_package aprs Perl) $(cmake_use_find_package geolocation Qt6Positioning) - -DBUILD_MARBLE_TESTS=$(usex test) -DBUILD_WITH_DBUS=$(usex dbus) -DWITH_DESIGNER_PLUGIN=$(usex designer) -DWITH_libgps=$(usex gps) diff --git a/kde-apps/marble/marble-9999.ebuild b/kde-apps/marble/marble-9999.ebuild index 485b1cd74b..e221a2b345 100644 --- a/kde-apps/marble/marble-9999.ebuild +++ b/kde-apps/marble/marble-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 ECM_HANDBOOK="optional" # see src/apps/marble-kde/CMakeLists.txt -ECM_TEST="forceoptional" +ECM_TEST="true" KFMIN=6.5.0 QTMIN=6.7.2 inherit ecm gear.kde.org @@ -68,7 +68,6 @@ src_configure() { local mycmakeargs=( $(cmake_use_find_package aprs Perl) $(cmake_use_find_package geolocation Qt6Positioning) - -DBUILD_MARBLE_TESTS=$(usex test) -DBUILD_WITH_DBUS=$(usex dbus) -DWITH_DESIGNER_PLUGIN=$(usex designer) -DWITH_libgps=$(usex gps)