diff options
author | 2024-12-26 11:48:23 +0100 | |
---|---|---|
committer | 2025-01-05 15:34:42 +0100 | |
commit | 8da07ebf01a10cb88adf5f2ca7ea1d85876835fa (patch) | |
tree | bb99ef5a375eb9af0e02852f5284ea99112e6c8c /virtual | |
parent | dev-java/openjdk: drop 24.0.1_p0 (diff) | |
download | gentoo-8da07ebf01a10cb88adf5f2ca7ea1d85876835fa.tar.gz gentoo-8da07ebf01a10cb88adf5f2ca7ea1d85876835fa.tar.bz2 gentoo-8da07ebf01a10cb88adf5f2ca7ea1d85876835fa.zip |
virtual/jre: drop 24
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/jre/jre-24.ebuild | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/virtual/jre/jre-24.ebuild b/virtual/jre/jre-24.ebuild deleted file mode 100644 index 3e5caf55150c..000000000000 --- a/virtual/jre/jre-24.ebuild +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Virtual for Java Runtime Environment (JRE)" -SLOT="${PV}" -# KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" - -RDEPEND="virtual/jdk:${SLOT}" |