profile/virtual: take jdk/jre 11

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-09-15 13:04:08 -04:00
parent 9dd518bf2d
commit 9e383a1c56
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 30 additions and 0 deletions

View file

@ -31,3 +31,7 @@ net-analyzer/nikto
#https://bugs.gentoo.org/703636
#https://bugs.gentoo.org/735216
app-forensics/openscap
#gentoo masked this but it works fine so we are keeping it
virtual/jdk:11
virtual/jre:11

13
virtual/jdk/jdk-11.ebuild Normal file
View file

@ -0,0 +1,13 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Virtual for Java Development Kit (JDK)"
SLOT="${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64"
RDEPEND="|| (
dev-java/openjdk-bin:${SLOT}[gentoo-vm(+)]
dev-java/openjdk:${SLOT}[gentoo-vm(+)]
)"

View file

@ -0,0 +1,13 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
SLOT="${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64"
RDEPEND="|| (
virtual/jdk:${SLOT}
dev-java/openjdk-jre-bin:${SLOT}[gentoo-vm(+)]
)"