From afb9dff1c8a04e24568fe17c1c68d8f7b9aae0cf Mon Sep 17 00:00:00 2001 From: "Wolfgang E. Sanyer" Date: Mon, 3 May 2021 16:17:47 -0400 Subject: [PATCH] dev-java/json-simple: update java deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Wolfgang E. Sanyer Closes: https://github.com/gentoo/gentoo/pull/20608/commits/fcb0ebe0d15c3c3e08ab95a15a7f9bffb8c22637 Signed-off-by: Miroslav Ć ulc --- ...son-simple-1.1-r1.ebuild => json-simple-1.1-r2.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename dev-java/json-simple/{json-simple-1.1-r1.ebuild => json-simple-1.1-r2.ebuild} (82%) diff --git a/dev-java/json-simple/json-simple-1.1-r1.ebuild b/dev-java/json-simple/json-simple-1.1-r2.ebuild similarity index 82% rename from dev-java/json-simple/json-simple-1.1-r1.ebuild rename to dev-java/json-simple/json-simple-1.1-r2.ebuild index a91c4fbc828d2..d73b7b55ba0c2 100644 --- a/dev-java/json-simple/json-simple-1.1-r1.ebuild +++ b/dev-java/json-simple/json-simple-1.1-r2.ebuild @@ -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}"