From 7a6db85b0a90b32c48449384db8b1547cdc2396c Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 4 Jan 2026 20:49:02 -0500 Subject: [PATCH] app-misc/check-jsonschema: Stabilize 0.34.0 amd64, #967179 Signed-off-by: Eli Schwartz --- app-misc/check-jsonschema/check-jsonschema-0.34.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/check-jsonschema/check-jsonschema-0.34.0.ebuild b/app-misc/check-jsonschema/check-jsonschema-0.34.0.ebuild index 26f59847f7245..d683f70a5dc1b 100644 --- a/app-misc/check-jsonschema/check-jsonschema-0.34.0.ebuild +++ b/app-misc/check-jsonschema/check-jsonschema-0.34.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2025 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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.10[${PYTHON_USEDEP}]