mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
virtual/jdk: add 24
- unkeyworded since java 24 has no LTS - not for production Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
7b3c10d4a4
commit
489b6daa0c
11
virtual/jdk/jdk-24.ebuild
Normal file
11
virtual/jdk/jdk-24.ebuild
Normal file
@@ -0,0 +1,11 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Virtual for Java Development Kit (JDK)"
|
||||
SLOT="${PV}"
|
||||
# KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
IUSE="headless-awt"
|
||||
|
||||
RDEPEND="dev-java/openjdk-bin:${SLOT}[gentoo-vm(+),headless-awt=]"
|
||||
Reference in New Issue
Block a user