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 D8E21139085 for ; Thu, 26 Jan 2017 19:06:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E27BC1424C; Thu, 26 Jan 2017 19:06:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFFD91424C for ; Thu, 26 Jan 2017 19:06:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA9F833FE7D for ; Thu, 26 Jan 2017 19:06:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C390309E for ; Thu, 26 Jan 2017 19:06:19 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1485457572.baa2918450ee90522af6d37bfd6aa6400da91735.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/paraview/paraview-5.1.2-r1.ebuild X-VCS-Directories: sci-visualization/paraview/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: baa2918450ee90522af6d37bfd6aa6400da91735 X-VCS-Branch: master Date: Thu, 26 Jan 2017 19:06:19 +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: 8e344d69-a887-47db-b371-970ced21fdd7 X-Archives-Hash: d9a0c0f0335ecb336c42ab40bcd628c2 commit: baa2918450ee90522af6d37bfd6aa6400da91735 Author: Chris White live com> AuthorDate: Tue Dec 6 08:43:40 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Thu Jan 26 19:06:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa29184 sci-visualization/paraview: add -gles2 USE depend After some research on a compilation error with the package maintainer it was determined that the build errors caused by having qtgui and qtopengl compiled with gles2 USE enabled were enough to warrant forcing a negated USE dep on both packages in the ebuild. Verified amd64 compilation without gles2 enabled qt packages Verified complaints when attempting to emerge the package with gles2 enabled qt packages sci-visualization/paraview/paraview-5.1.2-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-visualization/paraview/paraview-5.1.2-r1.ebuild b/sci-visualization/paraview/paraview-5.1.2-r1.ebuild index 54d6d17..00a491d 100644 --- a/sci-visualization/paraview/paraview-5.1.2-r1.ebuild +++ b/sci-visualization/paraview/paraview-5.1.2-r1.ebuild @@ -48,7 +48,7 @@ RDEPEND=" coprocessing? ( plugins? ( dev-python/PyQt5 - dev-qt/qtgui:5 + dev-qt/qtgui:5[-gles2] ) ) ffmpeg? ( virtual/ffmpeg ) @@ -66,9 +66,9 @@ RDEPEND=" ) qt5? ( dev-qt/designer:5 - dev-qt/qtgui:5 + dev-qt/qtgui:5[-gles2] dev-qt/qthelp:5 - dev-qt/qtopengl:5 + dev-qt/qtopengl:5[-gles2] dev-qt/qtsql:5 dev-qt/qttest:5 dev-qt/qtwebkit:5