mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
jdk: 11 bump
This commit is contained in:
parent
811cf34d9d
commit
ffd18026d7
2 changed files with 15 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ EAPI="6"
|
|||
|
||||
DESCRIPTION="Virtual for Java Development Kit (JDK)"
|
||||
SLOT="1.8"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
|
||||
|
||||
RDEPEND="|| (
|
||||
dev-java/icedtea:8
|
||||
|
|
|
|||
14
virtual/jdk/jdk-11.ebuild
Normal file
14
virtual/jdk/jdk-11.ebuild
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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:${SLOT}[gentoo-vm(+)]
|
||||
dev-java/openjdk-bin:${SLOT}[gentoo-vm(+)]
|
||||
dev-java/oracle-jdk-bin:${SLOT}[gentoo-vm(+)]
|
||||
)"
|
||||
Loading…
Reference in a new issue