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 0F0B7139083 for ; Thu, 21 Dec 2017 09:02:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16B50E1137; Thu, 21 Dec 2017 09:02:26 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8B08E1137 for ; Thu, 21 Dec 2017 09:02:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EB5533E4AD for ; Thu, 21 Dec 2017 09:02:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16F15A6AE for ; Thu, 21 Dec 2017 09:02:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1513846931.6432ed5ee50c855f498cdce56741ecc792206fb6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/qgis-9999.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6432ed5ee50c855f498cdce56741ecc792206fb6 X-VCS-Branch: master Date: Thu, 21 Dec 2017 09:02:21 +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: 6845c45e-a0ac-4f97-86f9-5c0ea6222572 X-Archives-Hash: 6d31f5da84744af733b242873d762bac commit: 6432ed5ee50c855f498cdce56741ecc792206fb6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 21 09:01:25 2017 +0000 Commit: Andreas Sturmlechner gentoo 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