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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA790158091 for ; Fri, 3 Jun 2022 03:14:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A6D5E0874; Fri, 3 Jun 2022 03:14:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08D43E0874 for ; Fri, 3 Jun 2022 03:14:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1B43342561 for ; Fri, 3 Jun 2022 03:14:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33E85475 for ; Fri, 3 Jun 2022 03:14:13 +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: <1654226044.5cb1afafe6e0b9d9adc129e78e4738b0afea4a72.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-9999.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5cb1afafe6e0b9d9adc129e78e4738b0afea4a72 X-VCS-Branch: master Date: Fri, 3 Jun 2022 03:14:13 +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: 87bedc39-6d8e-402f-a017-18f8e56dce79 X-Archives-Hash: 4e00baebe7ea01014dbece58dc722abd commit: 5cb1afafe6e0b9d9adc129e78e4738b0afea4a72 Author: Thomas Bettler gmail com> AuthorDate: Sun Apr 17 17:12:42 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 3 03:14:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb1afaf sci-geosciences/qgis: add support for grass 8 Signed-off-by: Thomas Bettler gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25732 Signed-off-by: Sam James gentoo.org> sci-geosciences/qgis/qgis-9999.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index cf05d8a1fd83..b37b4735abda 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.ebuild @@ -28,12 +28,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} mapserver? ( python )" # Disabling test suite because upstream disallow running from install path RESTRICT="!test? ( test )" -# 3.22.5+ *does* support GRASS 8 but we can't enable it yet because of -# https://github.com/OSGeo/grass/pull/2269 (=> unresolved SONAME dependencies) -# Keep an eye on that bug / a fixed GRASS release and readd support -# by unrestricting the dep in ${COMMON_DEPEND} once it's fixed! -# (No need to change the supported GRASS versions in src_configure b/c -# it won't find GRASS 8 with this dependency set.) COMMON_DEPEND=" app-crypt/qca:2[qt5(+),ssl] >=dev-db/spatialite-4.2.0 @@ -63,7 +57,7 @@ COMMON_DEPEND=" >=x11-libs/qwt-6.1.2:6=[qt5(+),svg] 3d? ( dev-qt/qt3d:5 ) georeferencer? ( sci-libs/gsl:= ) - grass? ( =sci-geosciences/grass-7*:= ) + grass? ( sci-geosciences/grass:= ) hdf5? ( sci-libs/hdf5:= ) mapserver? ( dev-libs/fcgi ) netcdf? ( sci-libs/netcdf:= )