commit:     1ec8a98a7e988b2de80d7285834def2c819bbfe8
Author:     Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 15 10:57:26 2016 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Dec 15 10:57:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec8a98a

sci-geosciences/qgis: fix grass flag bug #601380 by Chris Mayo

Package-Manager: portage-2.3.0

 sci-geosciences/qgis/qgis-2.14.5.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/sci-geosciences/qgis/qgis-2.14.5.ebuild 
b/sci-geosciences/qgis/qgis-2.14.5.ebuild
index d4088cd..9884dff 100644
--- a/sci-geosciences/qgis/qgis-2.14.5.ebuild
+++ b/sci-geosciences/qgis/qgis-2.14.5.ebuild
@@ -7,7 +7,7 @@ EAPI="6"
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite"
 
-inherit eutils gnome2-utils cmake-utils python-single-r1
+inherit eutils multilib gnome2-utils cmake-utils python-single-r1
 
 DESCRIPTION="User friendly Geographic Information System"
 HOMEPAGE="http://www.qgis.org/";
@@ -96,12 +96,10 @@ src_configure() {
                "-DWITH_INTERNAL_SIX=OFF"
                "-DPEDANTIC=OFF"
                "-DWITH_APIDOC=OFF"
-               "-DWITH_SPATIALITE=ON"
-               "-DWITH_INTERNAL_SPATIALITE=OFF"
+               "-WITH_QSPATIALITE=ON"
                -DENABLE_TESTS=no
                -DWITH_BINDINGS="$(usex python)"
-               -DWITH_BINDINGS_GLOBAL_INSTALL="$(usex python)"
-               -DWITH_GRASS="$(usex grass)"
+               -DWITH_GRASS7="$(usex grass)"
                $(usex grass "-DGRASS_PREFIX=/usr/" "")
                -DWITH_GSL="$(usex gsl)"
                -DWITH_ORACLE="$(usex oracle)"

Reply via email to