Skip to content

Commit

Permalink
dev-java/mvel: restrict jdk to <=virtual/jdk-17:*
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/916529
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
  • Loading branch information
vaukai committed Nov 1, 2023
1 parent 9346075 commit c8eb52b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2022 Gentoo Authors
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -22,8 +22,9 @@ LICENSE="Apache-2.0"
SLOT="2.3"
KEYWORDS="amd64 ~arm arm64 ppc64 x86"

# broken with jdk:21 #916529
DEPEND="
>=virtual/jdk-1.8:*
<=virtual/jdk-17:*
"

RDEPEND="
Expand Down

0 comments on commit c8eb52b

Please sign in to comment.