mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-java/antlr-runtime: Min Java 11
Bug: https://bugs.gentoo.org/970833 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/203 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
abd9a8f612
commit
dedbd2ab55
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
EAPI=9
|
||||
|
||||
JAVA_PKG_IUSE="doc source test"
|
||||
MAVEN_ID="org.antlr:antlr4-runtime:4.13.2"
|
||||
@@ -21,16 +21,18 @@ LICENSE="BSD"
|
||||
SLOT="4"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
# min jdk 11 for bug #970833
|
||||
DEPEND="
|
||||
>=virtual/jdk-1.8:*
|
||||
>=virtual/jdk-11:*
|
||||
test? (
|
||||
~dev-java/antlr-tool-${PV}:${SLOT}
|
||||
dev-java/jol-core:0
|
||||
)
|
||||
"
|
||||
|
||||
# min jre 11 for bug #970833
|
||||
RDEPEND="
|
||||
>=virtual/jre-1.8:*
|
||||
>=virtual/jre-11:*
|
||||
"
|
||||
|
||||
JAVA_AUTOMATIC_MODULE_NAME="org.antlr.antlr4.runtiime"
|
||||
Reference in New Issue
Block a user