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 249F215801B for ; Wed, 23 Aug 2023 20:05:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30E592BC01B; Wed, 23 Aug 2023 20:05:48 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17A992BC01B for ; Wed, 23 Aug 2023 20:05:48 +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 ED3EF33BEFF for ; Wed, 23 Aug 2023 20:05:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2471F1078 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: <1692821118.91e917a9af587ee06d3b7ae9ba3c9ed7436d4668.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: 91e917a9af587ee06d3b7ae9ba3c9ed7436d4668 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: e652b11d-6ded-4474-b745-57dbee4f3ada X-Archives-Hash: 5e86540b88fd9eb9de709211056b30b4 commit: 91e917a9af587ee06d3b7ae9ba3c9ed7436d4668 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Aug 23 20:05:18 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Aug 23 20:05:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e917a9 gui-apps/grim: Stabilize 1.4.1 x86, #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 a2ae2ffd137c..c7990c49b204 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"