diff options
author | Amy Winston <amynka@gentoo.org> | 2016-12-15 11:57:26 +0100 |
---|---|---|
committer | Amy Winston <amynka@gentoo.org> | 2016-12-15 11:57:26 +0100 |
commit | 1ec8a98a7e988b2de80d7285834def2c819bbfe8 (patch) | |
tree | 564b46e7b9ca6917bea665e62f0270c7b30007b3 /sci-geosciences | |
parent | Revert "Mask net-misc/quagga[protobuf] on hppa" (diff) | |
download | gentoo-1ec8a98a7e988b2de80d7285834def2c819bbfe8.tar.gz gentoo-1ec8a98a7e988b2de80d7285834def2c819bbfe8.tar.bz2 gentoo-1ec8a98a7e988b2de80d7285834def2c819bbfe8.zip |
sci-geosciences/qgis: fix grass flag bug #601380 by Chris Mayo
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/qgis/qgis-2.14.5.ebuild | 8 |
1 files 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 d4088cdc5a2e..9884dff8df1e 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)" |