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}]