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 7D9071581D3 for ; Sat, 25 May 2024 02:03:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC8EFE29FE; Sat, 25 May 2024 02:03:09 +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 99BE0E29FE for ; Sat, 25 May 2024 02:03:09 +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 9E9FD33D3CF for ; Sat, 25 May 2024 02:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEEEE1B47 for ; Sat, 25 May 2024 02:03:04 +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: <1716602484.95da5032bbcd96baf3888fe5cb809de8d655e9de.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/check-jsonschema/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/check-jsonschema/check-jsonschema-0.28.4.ebuild X-VCS-Directories: app-misc/check-jsonschema/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 95da5032bbcd96baf3888fe5cb809de8d655e9de X-VCS-Branch: master Date: Sat, 25 May 2024 02:03:04 +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: 27becc28-59dd-4257-bf17-326f25806bf4 X-Archives-Hash: 90a52f2698977fa8afc811df32d8e12f commit: 95da5032bbcd96baf3888fe5cb809de8d655e9de Author: Sam James gentoo org> AuthorDate: Sat May 25 02:01:24 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 25 02:01:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95da5032 app-misc/check-jsonschema: Keyword 0.28.4 arm64, #932647 Signed-off-by: Sam James gentoo.org> app-misc/check-jsonschema/check-jsonschema-0.28.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/check-jsonschema/check-jsonschema-0.28.4.ebuild b/app-misc/check-jsonschema/check-jsonschema-0.28.4.ebuild index 82adc69ea0e5..9a6f760345ab 100644 --- a/app-misc/check-jsonschema/check-jsonschema-0.28.4.ebuild +++ b/app-misc/check-jsonschema/check-jsonschema-0.28.4.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/python-jsonschema/${PN}/archive/refs/tags/${PV}.tar. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" RDEPEND=" >=dev-python/ruamel-yaml-0.18.6[${PYTHON_USEDEP}]