commit: afb9dff1c8a04e24568fe17c1c68d8f7b9aae0cf Author: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com> AuthorDate: Mon May 3 20:17:47 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Tue May 4 09:14:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb9dff1
dev-java/json-simple: update java deps Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20608/commits/fcb0ebe0d15c3c3e08ab95a15a7f9bffb8c22637 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> .../{json-simple-1.1-r1.ebuild => json-simple-1.1-r2.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 a91c4fbc828..d73b7b55ba0 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}"
