dev-java/json-simple: update java deps

Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
Closes: fcb0ebe0d1
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Wolfgang E. Sanyer
2021-05-03 16:17:47 -04:00
committed by Miroslav Šulc
parent 2a30720244
commit afb9dff1c8

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
JAVA_PKG_IUSE="source doc"
@@ -17,8 +17,8 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ppc64 x86"
DEPEND=">=virtual/jdk-1.6"
RDEPEND=">=virtual/jre-1.6"
DEPEND=">=virtual/jdk-1.8:*"
RDEPEND=">=virtual/jre-1.8:*"
S="${WORKDIR}/${PN}-${MY_P}"