commit: 633697421a794678ad535197ad5fdda0dc145e9f Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Thu Oct 24 07:59:32 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Oct 24 08:00:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63369742
net-misc/nextcloud-client: remove unused cmake variables Closes: https://bugs.gentoo.org/942052 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> net-misc/nextcloud-client/nextcloud-client-3.14.3.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/net-misc/nextcloud-client/nextcloud-client-3.14.3.ebuild b/net-misc/nextcloud-client/nextcloud-client-3.14.3.ebuild index 846df0a8ea38..46d1cdb6c0f5 100644 --- a/net-misc/nextcloud-client/nextcloud-client-3.14.3.ebuild +++ b/net-misc/nextcloud-client/nextcloud-client-3.14.3.ebuild @@ -85,8 +85,6 @@ src_configure() { -DBUILD_UPDATER=OFF $(cmake_use_find_package doc Sphinx) $(cmake_use_find_package doc PdfLatex) - $(cmake_use_find_package webengine Qt6WebEngine) - $(cmake_use_find_package webengine Qt6WebEngineWidgets) -DBUILD_WITH_WEBENGINE=$(usex webengine) -DBUILD_SHELL_INTEGRATION_DOLPHIN=$(usex dolphin) -DBUILD_SHELL_INTEGRATION_NAUTILUS=$(usex nautilus)
