From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1580872-garchives=archives.gentoo.org@lists.gentoo.org> 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 56D35158015 for <garchives@archives.gentoo.org>; Sun, 17 Dec 2023 14:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFA952BC039; Sun, 17 Dec 2023 14:06:23 +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 D565B2BC039 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Dec 2023 14:06:23 +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 E4DFA33FD3F for <gentoo-commits@lists.gentoo.org>; Sun, 17 Dec 2023 14:06:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06EE612F5 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Dec 2023 14:06:21 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org> Message-ID: <1702821955.ef4f7a8e8681ceffd2a6e91505c8489da15fdf9f.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/patatt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/patatt/patatt-0.6.2.ebuild X-VCS-Directories: dev-python/patatt/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ef4f7a8e8681ceffd2a6e91505c8489da15fdf9f X-VCS-Branch: master Date: Sun, 17 Dec 2023 14:06:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 152c8b68-bd39-448a-9e89-f3b5548b2fff X-Archives-Hash: 58ba67a1c50cebdb329b97bcb0ce3210 commit: ef4f7a8e8681ceffd2a6e91505c8489da15fdf9f Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Dec 17 13:59:19 2023 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Dec 17 14:05:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4f7a8e dev-python/patatt: keyword 0.6.2 for ~arm64 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> dev-python/patatt/patatt-0.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/patatt/patatt-0.6.2.ebuild b/dev-python/patatt/patatt-0.6.2.ebuild index 782ac907b1f9..f28ca2403e7e 100644 --- a/dev-python/patatt/patatt-0.6.2.ebuild +++ b/dev-python/patatt/patatt-0.6.2.ebuild @@ -13,6 +13,6 @@ HOMEPAGE="https://pypi.org/project/patatt/" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" RDEPEND="dev-python/pynacl[${PYTHON_USEDEP}]"