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 9704C138334 for ; Tue, 4 Sep 2018 18:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6862E081A; Tue, 4 Sep 2018 18:40:19 +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 9E059E081A for ; Tue, 4 Sep 2018 18:40:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 661F1335CA9 for ; Tue, 4 Sep 2018 18:40:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ED21392 for ; Tue, 4 Sep 2018 18: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: <1536086375.f573265fb7518d6a86f87b5c49107dc396215d55.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild X-VCS-Directories: dev-qt/qtwebkit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f573265fb7518d6a86f87b5c49107dc396215d55 X-VCS-Branch: master Date: Tue, 4 Sep 2018 18: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-Archives-Salt: c4536071-0c7b-4d80-9d23-2c015a807f2f X-Archives-Hash: d2666d8c9ea2c8f61cfd5dab487799b3 commit: f573265fb7518d6a86f87b5c49107dc396215d55 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 4 18:31:58 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 4 18:39:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f573265f dev-qt/qtwebkit: Fix USE=-opengl by disabling tools Closes: https://bugs.gentoo.org/662198 Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild index 98972468ba2..0737da5601f 100644 --- a/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild +++ b/dev-qt/qtwebkit/qtwebkit-5.212.0_pre20180120.ebuild @@ -106,6 +106,7 @@ src_configure() { local mycmakeargs=( -DPORT=Qt -DENABLE_API_TESTS=OFF + -DENABLE_TOOLS=OFF -DENABLE_GEOLOCATION=$(usex geolocation) -DUSE_GSTREAMER=$(usex gstreamer) -DENABLE_JIT=$(usex jit)