From f5e2101ac7c6ee208b4e2a3a3ffb9a12eee80712 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 25 Mar 2024 10:04:50 +0100 Subject: kde-apps/umbrello: Drop obsolete cmake arg Upstream commit cf4ff0d9b51420a63d9d5e1c6382b397d3a46838 switched to standard BUILD_TESTING option. Closes: https://bugs.gentoo.org/927558 Signed-off-by: Andreas Sturmlechner --- kde-apps/umbrello/umbrello-24.02.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-apps/umbrello/umbrello-24.02.1.ebuild b/kde-apps/umbrello/umbrello-24.02.1.ebuild index b7d97852e6fc..2d8de558dc44 100644 --- a/kde-apps/umbrello/umbrello-24.02.1.ebuild +++ b/kde-apps/umbrello/umbrello-24.02.1.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 -- cgit v1.2.3-65-gdbad