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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB323158020 for ; Tue, 22 Nov 2022 05:31:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15730E0C30; Tue, 22 Nov 2022 05:31:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EF38DE0C30 for ; Tue, 22 Nov 2022 05:31:50 +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 2F3B33411E6 for ; Tue, 22 Nov 2022 05:31:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C222759 for ; Tue, 22 Nov 2022 05:31:48 +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: <1669095102.8b557e21f1d8fa9477d2471e382379a62584b275.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/stgit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/stgit/stgit-2.0.3.ebuild X-VCS-Directories: dev-vcs/stgit/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8b557e21f1d8fa9477d2471e382379a62584b275 X-VCS-Branch: master Date: Tue, 22 Nov 2022 05:31:48 +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: 4860978b-d841-49e9-b70a-7596e2fed477 X-Archives-Hash: c156e8fff82b6b880950a9219316527f commit: 8b557e21f1d8fa9477d2471e382379a62584b275 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Nov 22 05:31:42 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Nov 22 05:31:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b557e21 dev-vcs/stgit: Keyword 2.0.3 arm, #882437 Signed-off-by: Arthur Zamarin gentoo.org> dev-vcs/stgit/stgit-2.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/stgit/stgit-2.0.3.ebuild b/dev-vcs/stgit/stgit-2.0.3.ebuild index d528fbcab655..7cec28f6f387 100644 --- a/dev-vcs/stgit/stgit-2.0.3.ebuild +++ b/dev-vcs/stgit/stgit-2.0.3.ebuild @@ -131,7 +131,7 @@ RESTRICT="mirror" # use cargo-license for a more accurate license picture LICENSE="Apache-2.0 MIT BSD BSL-1.1 GPL-2 Unicode-DFS-2016 Unlicense ZLIB" SLOT="0/2" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" IUSE="doc" DEPEND="doc? ( app-text/asciidoc )"