Diff jre-1.8.0-r3 with a jre-11-r2

/usr/portage/virtual/jre/jre-11-r2.ebuild 2023-10-09 14:52:35.588368504 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
5 5

  
6 6
DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
7
SLOT="1.8"
8
KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
7
SLOT="${PV}"
8
KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
9 9

  
10 10
RDEPEND="|| (
11
		virtual/jdk:1.8
12
		dev-java/openjdk-jre-bin:8
11
		virtual/jdk:${SLOT}
12
		dev-java/openjdk-jre-bin:${SLOT}[gentoo-vm(+)]
13 13
)"
Thank you!