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 6E67415ACFC for ; Mon, 1 May 2023 09:22:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B14B6E0869; Mon, 1 May 2023 09:22:11 +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 95F41E0869 for ; Mon, 1 May 2023 09:22:11 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D3FD34151C for ; Mon, 1 May 2023 09:22:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29361A5B for ; Mon, 1 May 2023 09:22:09 +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: <1682932757.9ffa9b8b58a09e0a5abee77d0b42816bc0ef1ed0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/grass/grass-8.2.1-r2.ebuild X-VCS-Directories: sci-geosciences/grass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ffa9b8b58a09e0a5abee77d0b42816bc0ef1ed0 X-VCS-Branch: master Date: Mon, 1 May 2023 09:22:09 +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: dbd33204-c1cf-464e-a697-977e80091823 X-Archives-Hash: d68e383b51ca995be9d17d0c7607e3f8 commit: 9ffa9b8b58a09e0a5abee77d0b42816bc0ef1ed0 Author: Sam James gentoo org> AuthorDate: Mon May 1 09:19:17 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 09:19:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ffa9b8b sci-geosciences/grass: Stabilize 8.2.1-r2 amd64, #904564 Signed-off-by: Sam James gentoo.org> sci-geosciences/grass/grass-8.2.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/grass/grass-8.2.1-r2.ebuild b/sci-geosciences/grass/grass-8.2.1-r2.ebuild index b3f26da18821..837a69b044eb 100644 --- a/sci-geosciences/grass/grass-8.2.1-r2.ebuild +++ b/sci-geosciences/grass/grass-8.2.1-r2.ebuild @@ -30,7 +30,7 @@ else MY_P="${P/_rc/RC}" SRC_URI="https://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi S="${WORKDIR}/${MY_P}"