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 E8B5F158089 for ; Thu, 7 Sep 2023 20:27:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 304CE2BC03A; Thu, 7 Sep 2023 20:27:02 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 114FB2BC03A for ; Thu, 7 Sep 2023 20:27:02 +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 104B7335C56 for ; Thu, 7 Sep 2023 20:27:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A16F113A for ; Thu, 7 Sep 2023 20:26:59 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1694118334.2beb3d17ed8a736f9fea12392f9be6b25d18114a.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pefile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pefile/pefile-9999.ebuild X-VCS-Directories: dev-python/pefile/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 2beb3d17ed8a736f9fea12392f9be6b25d18114a X-VCS-Branch: master Date: Thu, 7 Sep 2023 20:26:59 +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: 7d3f6ad0-befe-4e47-b7d7-0e2247f78353 X-Archives-Hash: 31841c0b22c3f5e269d23a445db9ab98 commit: 2beb3d17ed8a736f9fea12392f9be6b25d18114a Author: WANG Xuerui gentoo org> AuthorDate: Thu Sep 7 08:32:51 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu Sep 7 20:25:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2beb3d17 dev-python/pefile: forward ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-python/pefile/pefile-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pefile/pefile-9999.ebuild b/dev-python/pefile/pefile-9999.ebuild index 2db18f150275..0899b671ab6b 100644 --- a/dev-python/pefile/pefile-9999.ebuild +++ b/dev-python/pefile/pefile-9999.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 x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong x86" fi LICENSE="MIT"