Diff python-json-logger-4.0.0 with a python-json-logger-4.1.0

/usr/portage/dev-python/python-json-logger/python-json-logger-4.1.0.ebuild 2026-04-04 11:46:07.587641996 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
16 16

  
17 17
LICENSE="BSD"
18 18
SLOT="0"
19
KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
19
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
20 20

  
21 21
BDEPEND="
22 22
	test? (
Thank you!