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 2947E158089 for ; Sun, 22 Oct 2023 18:07:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 081C12BC01F; Sun, 22 Oct 2023 18:07:11 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFDB32BC01F for ; Sun, 22 Oct 2023 18:07:10 +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 E2000335CCD for ; Sun, 22 Oct 2023 18:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 659E612AF for ; Sun, 22 Oct 2023 18:07:08 +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: <1697998011.be8eff612243141dfced37115edf747c9dbfa9f7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pefile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pefile/pefile-2023.2.7.ebuild X-VCS-Directories: dev-python/pefile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: be8eff612243141dfced37115edf747c9dbfa9f7 X-VCS-Branch: master Date: Sun, 22 Oct 2023 18:07:08 +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: 1b11f616-5b43-42bf-9937-748bad4bfe2a X-Archives-Hash: 6ecdfb36111e4f36218087178305460c commit: be8eff612243141dfced37115edf747c9dbfa9f7 Author: Sam James gentoo org> AuthorDate: Sun Oct 22 18:06:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 22 18:06:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8eff61 dev-python/pefile: Stabilize 2023.2.7 arm64, #916072 Signed-off-by: Sam James gentoo.org> dev-python/pefile/pefile-2023.2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pefile/pefile-2023.2.7.ebuild b/dev-python/pefile/pefile-2023.2.7.ebuild index cd47395562a5..ee4f6b91abe1 100644 --- a/dev-python/pefile/pefile-2023.2.7.ebuild +++ b/dev-python/pefile/pefile-2023.2.7.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/erocarrera/pefile/releases/download/v${PV}/${P}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="amd64 arm ~arm64 ~loong ~riscv x86" + KEYWORDS="amd64 arm arm64 ~loong ~riscv x86" fi LICENSE="MIT"