commit: 56435619feb007ade1c0b807b6dafdff01a4367d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Apr 29 19:23:27 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Apr 29 21:50:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56435619
kde-apps/umbrello: Drop obsolete cmake arg BUILD_KF5 Looks like I forgot about my own upstream commit 0a57792e1e592db5b500275005cded238e6ddfcf Closes: https://bugs.gentoo.org/905316 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/umbrello/umbrello-23.04.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-apps/umbrello/umbrello-23.04.0.ebuild b/kde-apps/umbrello/umbrello-23.04.0.ebuild index 701b4d9e7f86..71c1be3e0433 100644 --- a/kde-apps/umbrello/umbrello-23.04.0.ebuild +++ b/kde-apps/umbrello/umbrello-23.04.0.ebuild @@ -58,7 +58,6 @@ src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON # broken, re-enable w/ ECM_QTHELP -DBUILD_APIDOC=OFF - -DBUILD_KF5=ON -DBUILD_PHP_IMPORT=$(usex php) -DBUILD_unittests=$(usex test) )
