mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
profile/virtual: take jdk/jre 11
This commit is contained in:
parent
9dd518bf2d
commit
9e383a1c56
3 changed files with 30 additions and 0 deletions
|
|
@ -31,3 +31,7 @@ net-analyzer/nikto
|
||||||
#https://bugs.gentoo.org/703636
|
#https://bugs.gentoo.org/703636
|
||||||
#https://bugs.gentoo.org/735216
|
#https://bugs.gentoo.org/735216
|
||||||
app-forensics/openscap
|
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
13
virtual/jdk/jdk-11.ebuild
Normal 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(+)]
|
||||||
|
)"
|
||||||
13
virtual/jre/jre-11-r1.ebuild
Normal file
13
virtual/jre/jre-11-r1.ebuild
Normal 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(+)]
|
||||||
|
)"
|
||||||
Loading…
Reference in a new issue