commit:     bafd33c2871256466aeb327bcd47c64c15be9a5f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 21:47:03 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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

Reply via email to