commit: 95b675b6d51e9a1db5bd41bd07df309285f10253 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Fri Jul 8 17:57:12 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Jul 11 06:53:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b675b6
dev-java/istack-commons-runtime: lift to >=virtual/jdk-11:* Closes: https://bugs.gentoo.org/857024 Closes: https://github.com/gentoo/gentoo/pull/26293 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> ...ons-runtime-4.1.1.ebuild => istack-commons-runtime-4.1.1-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-java/istack-commons-runtime/istack-commons-runtime-4.1.1.ebuild b/dev-java/istack-commons-runtime/istack-commons-runtime-4.1.1-r1.ebuild similarity index 95% rename from dev-java/istack-commons-runtime/istack-commons-runtime-4.1.1.ebuild rename to dev-java/istack-commons-runtime/istack-commons-runtime-4.1.1-r1.ebuild index 49b1f7559700..0d9371ac7cea 100644 --- a/dev-java/istack-commons-runtime/istack-commons-runtime-4.1.1.ebuild +++ b/dev-java/istack-commons-runtime/istack-commons-runtime-4.1.1-r1.ebuild @@ -26,8 +26,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" # POM: runtime/pom.xml # test? junit:junit:4.13.2 -> >=dev-java/junit-4.13.2:4 +# fails if jdk-1.8:* # https://bugs.gentoo.org/857024 DEPEND=" - >=virtual/jdk-1.8:* + >=virtual/jdk-11:* dev-java/jakarta-activation-api:2 "
