Diff json-simple-2.3.1 with a json-simple-4.0.1

/usr/portage/dev-java/json-simple/json-simple-4.0.1.ebuild 2025-02-03 17:39:32.830666927 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
JAVA_PKG_IUSE="source doc test"
7
MAVEN_ID="com.github.cliftonlabs:json-simple:2.3.1"
7
MAVEN_ID="com.github.cliftonlabs:json-simple:4.0.1"
8 8
JAVA_TESTING_FRAMEWORKS="junit-4"
9 9

  
10 10
inherit java-pkg-2 java-pkg-simple
......
15 15
S="${WORKDIR}/${PN}-${P}"
16 16

  
17 17
LICENSE="Apache-2.0"
18
SLOT="2.3"
19
KEYWORDS="amd64 ~arm64 ppc64"
18
SLOT="0"
19
KEYWORDS="~amd64 ~arm64 ~ppc64"
20 20

  
21 21
DEPEND=">=virtual/jdk-1.8:*"
22 22
RDEPEND=">=virtual/jre-1.8:*"
Thank you!