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 358301581D3 for ; Sat, 18 May 2024 15:35:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ACC3E2A84; Sat, 18 May 2024 15:35:58 +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 1FDA5E2A84 for ; Sat, 18 May 2024 15:35:58 +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 5D775335D64 for ; Sat, 18 May 2024 15:35:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECE9B1AD9 for ; Sat, 18 May 2024 15:35:55 +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: <1716046524.ee824ecb0256fa737372cf24f022b92748a7aa69.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/shtab/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/shtab/shtab-1.7.1.ebuild X-VCS-Directories: dev-python/shtab/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ee824ecb0256fa737372cf24f022b92748a7aa69 X-VCS-Branch: master Date: Sat, 18 May 2024 15:35:55 +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: 9e5e06fe-5fd3-49c9-b8a4-971529ee9c0a X-Archives-Hash: eb0c6d892ac6900047abd71c87a5481b commit: ee824ecb0256fa737372cf24f022b92748a7aa69 Author: Sam James gentoo org> AuthorDate: Sat May 18 15:35:24 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 18 15:35:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee824ecb dev-python/shtab: Keyword 1.7.1 arm64, #931617 Signed-off-by: Sam James gentoo.org> dev-python/shtab/shtab-1.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/shtab/shtab-1.7.1.ebuild b/dev-python/shtab/shtab-1.7.1.ebuild index adb3866ff8f0..93a97ab576a2 100644 --- a/dev-python/shtab/shtab-1.7.1.ebuild +++ b/dev-python/shtab/shtab-1.7.1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~arm64 x86" BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"