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 BC76A138334 for ; Sun, 24 Jun 2018 13:18:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9426E0875; Sun, 24 Jun 2018 13:18:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6B6A4E0875 for ; Sun, 24 Jun 2018 13:18:19 +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 738EA335CA8 for ; Sun, 24 Jun 2018 13:18:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27504347 for ; Sun, 24 Jun 2018 13:18:16 +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: <1529846283.334fcaeb7fb8fed1cc0d0cd20d874223d7d99935.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: 334fcaeb7fb8fed1cc0d0cd20d874223d7d99935 X-VCS-Branch: master Date: Sun, 24 Jun 2018 13:18:16 +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: d0cc310b-a76f-44a3-8061-6ca4d28394ee X-Archives-Hash: 6cc8325c595a6762aed47dc129be66c0 commit: 334fcaeb7fb8fed1cc0d0cd20d874223d7d99935 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 24 11:02:50 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 24 13:18:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334fcaeb sci-geosciences/qgis: Disable ccache Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-geosciences/qgis/qgis-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index 2b4443c3425..efdffd87518 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.ebuild @@ -131,6 +131,7 @@ src_configure() { -DQWT_INCLUDE_DIR=/usr/include/qwt6 -DQWT_LIBRARY=/usr/$(get_libdir)/libqwt6-qt5.so -DPEDANTIC=OFF + -DUSE_CCACHE=OFF -DWITH_APIDOC=OFF -DWITH_QSPATIALITE=ON -DENABLE_TESTS=OFF