From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9564D158176 for ; Mon, 20 Oct 2025 09:19:11 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 53463341EEC for ; Mon, 20 Oct 2025 09:19:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 98318110561; Mon, 20 Oct 2025 09:19:08 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9091F110561 for ; Mon, 20 Oct 2025 09:19:08 +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 4E81B340F3B for ; Mon, 20 Oct 2025 09:19:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40B223AE6 for ; Mon, 20 Oct 2025 09:19:06 +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: <1760951921.f9a99594a9db341d8adbf58c9da3210e5cae8950.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dulwich/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dulwich/dulwich-0.24.6.ebuild X-VCS-Directories: dev-python/dulwich/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f9a99594a9db341d8adbf58c9da3210e5cae8950 X-VCS-Branch: master Date: Mon, 20 Oct 2025 09:19:06 +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: bde81c0e-a7be-49d8-bd65-a864f32c1a50 X-Archives-Hash: f9c287d706fbe38664778b8adf904ae9 commit: f9a99594a9db341d8adbf58c9da3210e5cae8950 Author: Sam James gentoo org> AuthorDate: Mon Oct 20 09:18:41 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 20 09:18:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a99594 dev-python/dulwich: Keyword 0.24.6 arm, #964316 Signed-off-by: Sam James gentoo.org> dev-python/dulwich/dulwich-0.24.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dulwich/dulwich-0.24.6.ebuild b/dev-python/dulwich/dulwich-0.24.6.ebuild index 29bea0bb8a51..3650f935361f 100644 --- a/dev-python/dulwich/dulwich-0.24.6.ebuild +++ b/dev-python/dulwich/dulwich-0.24.6.ebuild @@ -51,7 +51,7 @@ LICENSE+=" Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0" LICENSE+=" )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="doc examples +native-extensions test" RESTRICT="!test? ( test )"