summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-03-01 22:38:03 +0000
committerJames Le Cuirot <chewi@gentoo.org>2016-03-01 22:43:41 +0000
commitc3e97966579475bf7a26a514f69fb0a901604c7d (patch)
tree347d091b06486169132dd76dafa1f7ef2b8283f9 /virtual/jdk/jdk-1.8.0-r2.ebuild
parentdev-java/icedtea-bin: Keyword for ~amd64, ~arm, and ~x86 (diff)
downloadgentoo-c3e97966579475bf7a26a514f69fb0a901604c7d.tar.gz
gentoo-c3e97966579475bf7a26a514f69fb0a901604c7d.tar.bz2
gentoo-c3e97966579475bf7a26a514f69fb0a901604c7d.zip
virtual/jdk: icedtea-bin:8 now available for amd64, arm, x86
Package-Manager: portage-2.2.27
Diffstat (limited to 'virtual/jdk/jdk-1.8.0-r2.ebuild')
-rw-r--r--virtual/jdk/jdk-1.8.0-r2.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/virtual/jdk/jdk-1.8.0-r2.ebuild b/virtual/jdk/jdk-1.8.0-r2.ebuild
new file mode 100644
index 000000000000..ab3b5cfe0c7c
--- /dev/null
+++ b/virtual/jdk/jdk-1.8.0-r2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="1.8"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+
+RDEPEND="|| (
+ dev-java/icedtea-bin:8
+ dev-java/oracle-jdk-bin:1.8
+ )"