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 A26D2138359 for ; Wed, 11 Nov 2020 21:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5F88E0B9A; Wed, 11 Nov 2020 21:58:02 +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 B972BE0B9A for ; Wed, 11 Nov 2020 21:58:02 +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 C0895340E10 for ; Wed, 11 Nov 2020 21:58:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42F8B439 for ; Wed, 11 Nov 2020 21:58:00 +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: <1605131862.bafd33c2871256466aeb327bcd47c64c15be9a5f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/qgis-3.16.0-r1.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bafd33c2871256466aeb327bcd47c64c15be9a5f X-VCS-Branch: master Date: Wed, 11 Nov 2020 21:58:00 +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: dc2331e1-e9b1-4414-9631-2045cb7f61d9 X-Archives-Hash: af0c9095c6864c203215c407a21c7ced commit: bafd33c2871256466aeb327bcd47c64c15be9a5f Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 11 21:47:03 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 11 21:57:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bafd33c2 sci-geosciences/qgis: Disable WITH_QGIS_PROCESS if IUSE="-python" Workaround until upstream issue #39973 is fixed. Bug: https://bugs.gentoo.org/753236 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-geosciences/qgis/qgis-3.16.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-geosciences/qgis/qgis-3.16.0-r1.ebuild b/sci-geosciences/qgis/qgis-3.16.0-r1.ebuild index f6b820db0fd..cbedc2d578d 100644 --- a/sci-geosciences/qgis/qgis-3.16.0-r1.ebuild +++ b/sci-geosciences/qgis/qgis-3.16.0-r1.ebuild @@ -158,7 +158,8 @@ src_configure() { ) fi - use python && mycmakeargs+=( -DBINDINGS_GLOBAL_INSTALL=ON ) + use python && mycmakeargs+=( -DBINDINGS_GLOBAL_INSTALL=ON ) || + mycmakeargs+=( -DWITH_QGIS_PROCESS=OFF ) # FIXME upstream issue #39973 # bugs 612956, 648726 addpredict /dev/dri/renderD128