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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C73FE1584AD for ; Sun, 27 Apr 2025 08:20:50 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B04B13430B2 for ; Sun, 27 Apr 2025 08:20:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8B03F110280; Sun, 27 Apr 2025 08:20:49 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 8025E110280 for ; Sun, 27 Apr 2025 08:20:49 +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 253BB343056 for ; Sun, 27 Apr 2025 08:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F2FB12A for ; Sun, 27 Apr 2025 08:20:47 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1745741993.1f84660d2b05777f320c335b5d870c09b2a0fabc.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/opcodes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/opcodes/opcodes-0.3.14-r2.ebuild X-VCS-Directories: dev-python/opcodes/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 1f84660d2b05777f320c335b5d870c09b2a0fabc X-VCS-Branch: master Date: Sun, 27 Apr 2025 08:20:47 +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: a54b6200-6bbd-40ff-bc33-b581965cf057 X-Archives-Hash: 1a7b01035b01ab95e80c4214ea192680 commit: 1f84660d2b05777f320c335b5d870c09b2a0fabc Author: Alfredo Tupone gentoo org> AuthorDate: Sun Apr 27 08:19:53 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Apr 27 08:19:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f84660d dev-python/opcodes: keyword 0.3.14-r2 for ~arm64 Signed-off-by: Alfredo Tupone gentoo.org> dev-python/opcodes/opcodes-0.3.14-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/opcodes/opcodes-0.3.14-r2.ebuild b/dev-python/opcodes/opcodes-0.3.14-r2.ebuild index 94117d0cb2c5..e4a5fd8934da 100644 --- a/dev-python/opcodes/opcodes-0.3.14-r2.ebuild +++ b/dev-python/opcodes/opcodes-0.3.14-r2.ebuild @@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P} LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]