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 B14CA1382C5 for ; Sat, 19 Jun 2021 02:10:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73345E087A; Sat, 19 Jun 2021 02:10:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 57722E087A for ; Sat, 19 Jun 2021 02:10:56 +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 3391B335D30 for ; Sat, 19 Jun 2021 02:10:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2FE97B3 for ; Sat, 19 Jun 2021 02:10:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1624068640.5f0af375f318ccd4f1781c342fa52bf3c3aa1873.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/qgis-3.20.0.ebuild sci-geosciences/qgis/qgis-9999.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5f0af375f318ccd4f1781c342fa52bf3c3aa1873 X-VCS-Branch: master Date: Sat, 19 Jun 2021 02:10:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b7b4a80-8b4a-4d34-95bf-ca207f934678 X-Archives-Hash: 875a395651e4f8e55af2ecc1e36e4e76 commit: 5f0af375f318ccd4f1781c342fa52bf3c3aa1873 Author: Sam James gentoo org> AuthorDate: Sat Jun 19 02:10:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 19 02:10:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0af375 sci-geosciences/qgis: guard sci-libs/gsl dep behind USE=georeferencer Signed-off-by: Sam James gentoo.org> sci-geosciences/qgis/qgis-3.20.0.ebuild | 1 + sci-geosciences/qgis/qgis-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sci-geosciences/qgis/qgis-3.20.0.ebuild b/sci-geosciences/qgis/qgis-3.20.0.ebuild index 09e35f71d47..4c2bb3fd009 100644 --- a/sci-geosciences/qgis/qgis-3.20.0.ebuild +++ b/sci-geosciences/qgis/qgis-3.20.0.ebuild @@ -131,6 +131,7 @@ src_configure() { -DWITH_QSPATIALITE=ON -DENABLE_TESTS=OFF -DWITH_3D=$(usex 3d) + -DWITH_GSL=$(usex georeferencer) -DWITH_GEOREFERENCER=$(usex georeferencer) -DWITH_GRASS7=$(usex grass) $(cmake_use_find_package hdf5 HDF5) diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index 09e35f71d47..4c2bb3fd009 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.ebuild @@ -131,6 +131,7 @@ src_configure() { -DWITH_QSPATIALITE=ON -DENABLE_TESTS=OFF -DWITH_3D=$(usex 3d) + -DWITH_GSL=$(usex georeferencer) -DWITH_GEOREFERENCER=$(usex georeferencer) -DWITH_GRASS7=$(usex grass) $(cmake_use_find_package hdf5 HDF5)