mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
virtual/jre: introduce masked Java 11 support
Package-Manager: Portage-2.3.45, Repoman-2.3.10 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
13
virtual/jre/jre-11.ebuild
Normal file
13
virtual/jre/jre-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 Runtime Environment (JRE)"
|
||||
SLOT="${PV}"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64"
|
||||
|
||||
RDEPEND="|| (
|
||||
virtual/jdk:${SLOT}
|
||||
dev-java/oracle-jre-bin:${SLOT}[gentoo-vm(+)]
|
||||
)"
|
||||
Reference in New Issue
Block a user