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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BF32138359 for ; Fri, 20 Nov 2020 20:40:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D99A9E07F1; Fri, 20 Nov 2020 20:40:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2508E07F1 for ; Fri, 20 Nov 2020 20:40:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8739335C8C for ; Fri, 20 Nov 2020 20:40:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B8E146A for ; Fri, 20 Nov 2020 20:40:02 +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: <1605904788.154373846ad41a960d5a74c4da75fa1874c539c0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/umbrello/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/umbrello/umbrello-20.08.3.ebuild X-VCS-Directories: kde-apps/umbrello/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 154373846ad41a960d5a74c4da75fa1874c539c0 X-VCS-Branch: master Date: Fri, 20 Nov 2020 20:40:02 +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: 1db7d710-58d1-4dce-9b43-b18c6cde06e7 X-Archives-Hash: 1ff484b55e10ae8ccd9126b06ea8d77c commit: 154373846ad41a960d5a74c4da75fa1874c539c0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 20 19:58:32 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 20 20:39:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15437384 kde-apps/umbrello: Disable Qt5WebKitWidgets in cmake Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/umbrello/umbrello-20.08.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/umbrello/umbrello-20.08.3.ebuild b/kde-apps/umbrello/umbrello-20.08.3.ebuild index d065a45bcb0..fee13abd9b3 100644 --- a/kde-apps/umbrello/umbrello-20.08.3.ebuild +++ b/kde-apps/umbrello/umbrello-20.08.3.ebuild @@ -60,6 +60,7 @@ PATCHES=( src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON # broken, re-enable w/ ECM_QTHELP + -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON -DBUILD_APIDOC=OFF -DBUILD_KF5=ON -DBUILD_PHP_IMPORT=$(usex php)