projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9961fef
)
virtual/jdk: Introduce (masked) Java 9 support
author
James Le Cuirot
<chewi@gentoo.org>
Sun, 17 Dec 2017 22:13:59 +0000
(22:13 +0000)
committer
James Le Cuirot
<chewi@gentoo.org>
Sun, 17 Dec 2017 22:14:36 +0000
(22:14 +0000)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
virtual/jdk/jdk-9.ebuild
[new file with mode: 0644]
patch
|
blob
diff --git a/virtual/jdk/jdk-9.ebuild
b/virtual/jdk/jdk-9.ebuild
new file mode 100644
(file)
index 0000000..
179fcc7
--- /dev/null
+++ b/
virtual/jdk/jdk-9.ebuild
@@ -0,0
+1,12
@@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x64-macos ~sparc64-solaris"
+
+RDEPEND="
+ dev-java/oracle-jdk-bin:${SLOT}[gentoo-vm(+)]
+ "