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 21C6C158086 for ; Sat, 9 Oct 2021 07:08:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CABECE0891; Sat, 9 Oct 2021 07:08:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0026E0891 for ; Sat, 9 Oct 2021 07:08:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5ECF8342E46 for ; Sat, 9 Oct 2021 07:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C50AC151 for ; Sat, 9 Oct 2021 07:08:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1633763285.0fef24c1f5b80fe480f8e0980711a1574513c5c3.mgorny@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.18.3.ebuild sci-geosciences/qgis/qgis-3.20.2.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0fef24c1f5b80fe480f8e0980711a1574513c5c3 X-VCS-Branch: master Date: Sat, 9 Oct 2021 07:08:30 +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: de3e5788-4965-490a-aa5e-0543f48a255f X-Archives-Hash: c337ac9eeec7ef6c1acfa9c94e19daeb commit: 0fef24c1f5b80fe480f8e0980711a1574513c5c3 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 9 06:35:52 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 9 07:08:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fef24c1 sci-geosciences/qgis: Drop to ~x86 due to arch team slacking Signed-off-by: Michał Górny gentoo.org> sci-geosciences/qgis/qgis-3.18.3.ebuild | 2 +- sci-geosciences/qgis/qgis-3.20.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/qgis/qgis-3.18.3.ebuild b/sci-geosciences/qgis/qgis-3.18.3.ebuild index d8e8430113f..9f48c0bfa4e 100644 --- a/sci-geosciences/qgis/qgis-3.18.3.ebuild +++ b/sci-geosciences/qgis/qgis-3.18.3.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = *9999 ]]; then else SRC_URI="https://qgis.org/downloads/${P}.tar.bz2 examples? ( https://qgis.org/downloads/data/qgis_sample_data.tar.gz -> qgis_sample_data-2.8.14.tar.gz )" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~x86" fi inherit cmake desktop python-single-r1 qmake-utils xdg diff --git a/sci-geosciences/qgis/qgis-3.20.2.ebuild b/sci-geosciences/qgis/qgis-3.20.2.ebuild index 51cd2ec672e..c9e0381c5f2 100644 --- a/sci-geosciences/qgis/qgis-3.20.2.ebuild +++ b/sci-geosciences/qgis/qgis-3.20.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then else SRC_URI="https://qgis.org/downloads/${P}.tar.bz2 examples? ( https://qgis.org/downloads/data/qgis_sample_data.tar.gz -> qgis_sample_data-2.8.14.tar.gz )" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~x86" fi inherit cmake desktop python-single-r1 qmake-utils xdg