commit: 1e7f114f8fe4cf367af17556cac40620ce6bed48 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Thu Dec 12 17:20:44 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Fri Dec 20 10:36:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7f114f
virtual/jdk: drop 23 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39713 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> virtual/jdk/jdk-23.ebuild | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/virtual/jdk/jdk-23.ebuild b/virtual/jdk/jdk-23.ebuild deleted file mode 100644 index 5a23aeed9722..000000000000 --- a/virtual/jdk/jdk-23.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# 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=] - dev-java/openjdk:${SLOT}[gentoo-vm(+),headless-awt=] -)"
