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 4473E158041 for ; Mon, 25 Mar 2024 09:06:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87748E29EE; Mon, 25 Mar 2024 09:06:43 +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 6A4CCE29EE for ; Mon, 25 Mar 2024 09:06:43 +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 777FC335DCD for ; Mon, 25 Mar 2024 09:06:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEBDEB29 for ; Mon, 25 Mar 2024 09:06:40 +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: <1711357490.3b6833e97b8bc59e994385b8cd6788521515c226.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/umbrello/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/umbrello/umbrello-24.02.49.9999.ebuild kde-apps/umbrello/umbrello-9999.ebuild X-VCS-Directories: kde-apps/umbrello/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3b6833e97b8bc59e994385b8cd6788521515c226 X-VCS-Branch: master Date: Mon, 25 Mar 2024 09:06:40 +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: b091260c-3537-464a-b5b4-2a54fd725769 X-Archives-Hash: f76c1b0fc891d30b84a58889fff56b8c commit: 3b6833e97b8bc59e994385b8cd6788521515c226 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 25 09:04:50 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 25 09:04:50 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3b6833e9 kde-apps/umbrello: Drop obsolete cmake arg Upstream commit cf4ff0d9b51420a63d9d5e1c6382b397d3a46838 switched to standard BUILD_TESTING option. Bug: https://bugs.gentoo.org/927558 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/umbrello/umbrello-24.02.49.9999.ebuild | 1 - kde-apps/umbrello/umbrello-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/kde-apps/umbrello/umbrello-24.02.49.9999.ebuild b/kde-apps/umbrello/umbrello-24.02.49.9999.ebuild index b1712f68ba..c86113ba2d 100644 --- a/kde-apps/umbrello/umbrello-24.02.49.9999.ebuild +++ b/kde-apps/umbrello/umbrello-24.02.49.9999.ebuild @@ -58,7 +58,6 @@ src_configure() { -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON # broken, re-enable w/ ECM_QTHELP -DBUILD_APIDOC=OFF -DBUILD_PHP_IMPORT=$(usex php) - -DBUILD_unittests=$(usex test) ) use test && mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON diff --git a/kde-apps/umbrello/umbrello-9999.ebuild b/kde-apps/umbrello/umbrello-9999.ebuild index b1712f68ba..c86113ba2d 100644 --- a/kde-apps/umbrello/umbrello-9999.ebuild +++ b/kde-apps/umbrello/umbrello-9999.ebuild @@ -58,7 +58,6 @@ src_configure() { -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON # broken, re-enable w/ ECM_QTHELP -DBUILD_APIDOC=OFF -DBUILD_PHP_IMPORT=$(usex php) - -DBUILD_unittests=$(usex test) ) use test && mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON