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 CD813139084 for ; Thu, 15 Dec 2016 10:58:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F4BDE0BD5; Thu, 15 Dec 2016 10:58:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA70EE0BD5 for ; Thu, 15 Dec 2016 10:58:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4F6B340FA4 for ; Thu, 15 Dec 2016 10:58:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7558424B0 for ; Thu, 15 Dec 2016 10:58:11 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1481799446.1ec8a98a7e988b2de80d7285834def2c819bbfe8.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/qgis-2.14.5.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 1ec8a98a7e988b2de80d7285834def2c819bbfe8 X-VCS-Branch: master Date: Thu, 15 Dec 2016 10:58:11 +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-Archives-Salt: c1ab666a-7926-4663-96bb-0f3d18ec5b7b X-Archives-Hash: fed4e29163b54d61930bed5ddd1aed21 commit: 1ec8a98a7e988b2de80d7285834def2c819bbfe8 Author: Amy Winston gentoo org> AuthorDate: Thu Dec 15 10:57:26 2016 +0000 Commit: Amy Winston gentoo 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)"