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 8F9C4158086 for ; Mon, 22 Nov 2021 11:13:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB565E081E; Mon, 22 Nov 2021 11:13:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id C2E8FE081E for ; Mon, 22 Nov 2021 11:13:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D708F3431AC for ; Mon, 22 Nov 2021 11:13:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C2DC8E for ; Mon, 22 Nov 2021 11:13:05 +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: <1637579537.edfccc36b88cde6d517bb8528ae9c37ef0041c24.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.22.1.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: edfccc36b88cde6d517bb8528ae9c37ef0041c24 X-VCS-Branch: master Date: Mon, 22 Nov 2021 11:13:05 +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: 7c477bb6-3995-47ac-8ecc-e7ac90b0d2e6 X-Archives-Hash: c7c60a4bb859bdf12377c91ab6a901fa commit: edfccc36b88cde6d517bb8528ae9c37ef0041c24 Author: Sam James gentoo org> AuthorDate: Mon Nov 22 10:56:03 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 22 11:12:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edfccc36 sci-geosciences/qgis: fix UnusedInherits, add Python 3.10 Signed-off-by: Sam James gentoo.org> sci-geosciences/qgis/qgis-3.22.1.ebuild | 4 ++-- sci-geosciences/qgis/qgis-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-geosciences/qgis/qgis-3.22.1.ebuild b/sci-geosciences/qgis/qgis-3.22.1.ebuild index c8150cce4fe3..af65e82db8df 100644 --- a/sci-geosciences/qgis/qgis-3.22.1.ebuild +++ b/sci-geosciences/qgis/qgis-3.22.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) PYTHON_REQ_USE="sqlite" if [[ ${PV} = *9999* ]]; then @@ -14,7 +14,7 @@ else examples? ( https://qgis.org/downloads/data/qgis_sample_data.tar.gz -> qgis_sample_data-2.8.14.tar.gz )" KEYWORDS="~amd64 ~x86" fi -inherit cmake desktop python-single-r1 qmake-utils xdg +inherit cmake python-single-r1 xdg DESCRIPTION="User friendly Geographic Information System" HOMEPAGE="https://www.qgis.org/" diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index c8150cce4fe3..af65e82db8df 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) PYTHON_REQ_USE="sqlite" if [[ ${PV} = *9999* ]]; then @@ -14,7 +14,7 @@ else examples? ( https://qgis.org/downloads/data/qgis_sample_data.tar.gz -> qgis_sample_data-2.8.14.tar.gz )" KEYWORDS="~amd64 ~x86" fi -inherit cmake desktop python-single-r1 qmake-utils xdg +inherit cmake python-single-r1 xdg DESCRIPTION="User friendly Geographic Information System" HOMEPAGE="https://www.qgis.org/"