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 A65FA15802F for ; Fri, 31 Mar 2023 17:35:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB3C7E0823; Fri, 31 Mar 2023 17:35:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A4E10E0823 for ; Fri, 31 Mar 2023 17:35:47 +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 CBA53340F32 for ; Fri, 31 Mar 2023 17:35:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42C2FA0A for ; Fri, 31 Mar 2023 17:35: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: <1680284132.3e9f247a0e88b3d95359cdaea0329580d497054b.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/shut-up/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/shut-up/shut-up-0.3.3.ebuild X-VCS-Directories: app-emacs/shut-up/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3e9f247a0e88b3d95359cdaea0329580d497054b X-VCS-Branch: master Date: Fri, 31 Mar 2023 17:35: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: f426ee09-a2c4-4cb3-b76d-f8cd622142a1 X-Archives-Hash: f7ceb10695d82da6459bf07ab23bb732 commit: 3e9f247a0e88b3d95359cdaea0329580d497054b Author: Arthur Zamarin gentoo org> AuthorDate: Fri Mar 31 17:35:32 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Mar 31 17:35:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9f247a app-emacs/shut-up: Keyword 0.3.3 arm64, #902873 Signed-off-by: Arthur Zamarin gentoo.org> app-emacs/shut-up/shut-up-0.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/shut-up/shut-up-0.3.3.ebuild b/app-emacs/shut-up/shut-up-0.3.3.ebuild index f4751158082f..3e6392a008f1 100644 --- a/app-emacs/shut-up/shut-up-0.3.3.ebuild +++ b/app-emacs/shut-up/shut-up-0.3.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/cask/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )"