summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2022-07-08 19:57:12 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-07-11 08:53:52 +0200
commit95b675b6d51e9a1db5bd41bd07df309285f10253 (patch)
tree215267f32edc332dfa6b378c1028a53bdf17d8fc /dev-java/istack-commons-runtime
parentapp-emulation/xen-tools: drop 4.16.1 (diff)
downloadgentoo-95b675b6d51e9a1db5bd41bd07df309285f10253.tar.gz
gentoo-95b675b6d51e9a1db5bd41bd07df309285f10253.tar.bz2
gentoo-95b675b6d51e9a1db5bd41bd07df309285f10253.zip
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@pogatzki.net> Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-java/istack-commons-runtime')
-rw-r--r--dev-java/istack-commons-runtime/istack-commons-runtime-4.1.1-r1.ebuild (renamed from dev-java/istack-commons-runtime/istack-commons-runtime-4.1.1.ebuild)3
1 files changed, 2 insertions, 1 deletions
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
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
"