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 1E1BC1581D3 for ; Mon, 27 May 2024 14:33:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 647882BC017; Mon, 27 May 2024 14:33:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BC752BC017 for ; Mon, 27 May 2024 14:33:22 +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 27AC2335DC3 for ; Mon, 27 May 2024 14:33:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50492149C for ; Mon, 27 May 2024 14:33:19 +0000 (UTC) From: "George Zenner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "George Zenner" Message-ID: <1716820375.6b2597d6cc6ec50c86a8829c5dd273f6b10427de.dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pycpio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pycpio/pycpio-1.1.2-r1.ebuild X-VCS-Directories: dev-python/pycpio/ X-VCS-Committer: dev X-VCS-Committer-Name: George Zenner X-VCS-Revision: 6b2597d6cc6ec50c86a8829c5dd273f6b10427de X-VCS-Branch: dev Date: Mon, 27 May 2024 14:33:19 +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: f5d54ca0-0595-4510-9f44-9c4236521cb0 X-Archives-Hash: c812d5133989a9fda3ab971779f0d544 commit: 6b2597d6cc6ec50c86a8829c5dd273f6b10427de Author: Zen pyl onl> AuthorDate: Mon May 27 14:32:55 2024 +0000 Commit: George Zenner pyl onl> CommitDate: Mon May 27 14:32:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b2597d6 dev-python/pycpio: Add missing ~arm64 keyword Signed-off-by: Zen pyl.onl> dev-python/pycpio/pycpio-1.1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycpio/pycpio-1.1.2-r1.ebuild b/dev-python/pycpio/pycpio-1.1.2-r1.ebuild index ebff641e6..0d85c5567 100644 --- a/dev-python/pycpio/pycpio-1.1.2-r1.ebuild +++ b/dev-python/pycpio/pycpio-1.1.2-r1.ebuild @@ -13,6 +13,6 @@ SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" DEPEND=">=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}]"