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 4E6441581D3 for ; Sat, 25 May 2024 22:19:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AF39E29E2; Sat, 25 May 2024 22:19:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B4A4E29E2 for ; Sat, 25 May 2024 22:19:27 +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 9339433FE60 for ; Sat, 25 May 2024 22:19:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB03F1ACD for ; Sat, 25 May 2024 22:19:24 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1716675336.b335fd95e9d55c197e72704cf4b4a90c968de628.dlan@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: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: b335fd95e9d55c197e72704cf4b4a90c968de628 X-VCS-Branch: master Date: Sat, 25 May 2024 22:19:24 +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: adba2965-d0a9-4113-8bcd-df44b50d8b4e X-Archives-Hash: 2696c816f35551f5d630405459c256ef commit: b335fd95e9d55c197e72704cf4b4a90c968de628 Author: Yixun Lan gentoo org> AuthorDate: Sat May 25 09:47:20 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat May 25 22:15:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b335fd95 app-misc/check-jsonschema: Keyword 0.28.4 riscv, #932647 Signed-off-by: Yixun Lan 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 9a6f760345ab..6a978782fceb 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 ~arm64" +KEYWORDS="~amd64 ~arm64 ~riscv" RDEPEND=" >=dev-python/ruamel-yaml-0.18.6[${PYTHON_USEDEP}]