commit:     6432ed5ee50c855f498cdce56741ecc792206fb6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 09:01:25 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 09:02:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6432ed5e

sci-geosciences/qgis: Drop obsolete cmake options

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-geosciences/qgis/qgis-9999.ebuild | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/sci-geosciences/qgis/qgis-9999.ebuild 
b/sci-geosciences/qgis/qgis-9999.ebuild
index fab55e1093c..704f228f1f8 100644
--- a/sci-geosciences/qgis/qgis-9999.ebuild
+++ b/sci-geosciences/qgis/qgis-9999.ebuild
@@ -148,18 +148,7 @@ src_configure() {
                )
        fi
 
-       if use python; then
-               mycmakeargs+=(
-                       -DBINDINGS_GLOBAL_INSTALL=ON
-                       -DWITH_PYSPATIALITE=ON
-                       -DWITH_INTERNAL_DATEUTIL=OFF
-                       -DWITH_INTERNAL_FUTURE=OFF
-                       -DWITH_INTERNAL_MARKUPSAFE=OFF
-                       -DWITH_INTERNAL_PYTZ=OFF
-                       -DWITH_INTERNAL_SIX=OFF
-                       -DWITH_INTERNAL_YAML=OFF
-               )
-       fi
+       use python && mycmakeargs+=( -DBINDINGS_GLOBAL_INSTALL=ON )
 
        # bug 612956
        addpredict /dev/dri/renderD128

Reply via email to