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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AFF1D1392E8 for ; Tue, 6 Jul 2021 17:59:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D31B2E0C35; Tue, 6 Jul 2021 17:59:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA256E0C35 for ; Tue, 6 Jul 2021 17:59:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D52E7342B77 for ; Tue, 6 Jul 2021 17:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83BAC7D9 for ; Tue, 6 Jul 2021 17:59:29 +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: <1625594353.40a74c25e0fc44dc50b7ba46602f7e14d3e7aa89.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/js2py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/js2py/js2py-0.71.ebuild X-VCS-Directories: dev-python/js2py/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 40a74c25e0fc44dc50b7ba46602f7e14d3e7aa89 X-VCS-Branch: master Date: Tue, 6 Jul 2021 17:59:29 +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: 24bd031d-df26-48bf-9f01-9df69b81b410 X-Archives-Hash: 435d774d9af80c0ef682f08feae8a7f2 commit: 40a74c25e0fc44dc50b7ba46602f7e14d3e7aa89 Author: Sam James gentoo org> AuthorDate: Tue Jul 6 17:59:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 6 17:59:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a74c25 dev-python/js2py: Keyword 0.71 arm64, #798663 Signed-off-by: Sam James gentoo.org> dev-python/js2py/js2py-0.71.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/js2py/js2py-0.71.ebuild b/dev-python/js2py/js2py-0.71.ebuild index 4fc8e3abb23..3926ae3c793 100644 --- a/dev-python/js2py/js2py-0.71.ebuild +++ b/dev-python/js2py/js2py-0.71.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://github.com/PiotrDabkowski/${MY_PN}/archive/${MY_COMMIT}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" RDEPEND=" >=dev-python/pyjsparser-2.5.1[${PYTHON_USEDEP}]