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 175C415801B for ; Wed, 23 Aug 2023 20:05:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FB142BC01C; Wed, 23 Aug 2023 20:05:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C67E2BC01C for ; Wed, 23 Aug 2023 20:05:49 +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 5FDAE33BE62 for ; Wed, 23 Aug 2023 20:05:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37FCB1079 for ; Wed, 23 Aug 2023 20:05:45 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1692821119.e5fb167a67c46ab380de683dcc4a9e80b36fa8ab.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/grim/grim-1.4.1.ebuild X-VCS-Directories: gui-apps/grim/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e5fb167a67c46ab380de683dcc4a9e80b36fa8ab X-VCS-Branch: master Date: Wed, 23 Aug 2023 20:05:45 +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: 883d19b7-b0d3-4fcc-a1eb-ad22edcac08a X-Archives-Hash: 4cf9392d64e6175b751ec5abc7b0b14f commit: e5fb167a67c46ab380de683dcc4a9e80b36fa8ab Author: Arthur Zamarin gentoo org> AuthorDate: Wed Aug 23 20:05:19 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Aug 23 20:05:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fb167a gui-apps/grim: Stabilize 1.4.1 arm64, #912880 Signed-off-by: Arthur Zamarin gentoo.org> gui-apps/grim/grim-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/grim/grim-1.4.1.ebuild b/gui-apps/grim/grim-1.4.1.ebuild index c7990c49b204..69c82b43fedd 100644 --- a/gui-apps/grim/grim-1.4.1.ebuild +++ b/gui-apps/grim/grim-1.4.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://git.sr.ht/~emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-v${PV}" - KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv x86" + KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv x86" fi LICENSE="MIT"