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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33773158042 for ; Fri, 25 Oct 2024 22:21:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FC16E09B8; Fri, 25 Oct 2024 22:21:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F0211E09B8 for ; Fri, 25 Oct 2024 22:21:49 +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 3A3EB3430DA for ; Fri, 25 Oct 2024 22:21:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95A141EBD for ; Fri, 25 Oct 2024 22:21:47 +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: <1729894880.7f342ef9714ee350c59607567dce24fe099b2b2e.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-r1.ebuild X-VCS-Directories: app-misc/check-jsonschema/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f342ef9714ee350c59607567dce24fe099b2b2e X-VCS-Branch: master Date: Fri, 25 Oct 2024 22:21:47 +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: 16243931-1fc8-4b29-99c6-8aaa1d41b50a X-Archives-Hash: 341f74df39f9930321dbc3a43464baf7 commit: 7f342ef9714ee350c59607567dce24fe099b2b2e Author: Sam James gentoo org> AuthorDate: Fri Oct 25 22:21:20 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 25 22:21:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f342ef9 app-misc/check-jsonschema: Stabilize 0.28.4-r1 amd64, #942181 Signed-off-by: Sam James gentoo.org> app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild b/app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild index 7bd7ebde5d74..d72cf7a4b03a 100644 --- a/app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild +++ b/app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.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 ~riscv" +KEYWORDS="amd64 ~arm64 ~riscv" RDEPEND=" >=dev-python/ruamel-yaml-0.18.6[${PYTHON_USEDEP}]