diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-04-10 22:55:41 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-04-10 23:05:02 +0100 |
commit | d5d9b274ea22ad401abafa023476291bced8d18c (patch) | |
tree | 02ad3284c39b7a21569d3e1c11d153e505c1dc8e /virtual/jdk | |
parent | dev-java/icedtea: Version bump to 3.0.0 final for Java 8 (diff) | |
download | gentoo-d5d9b274ea22ad401abafa023476291bced8d18c.tar.gz gentoo-d5d9b274ea22ad401abafa023476291bced8d18c.tar.bz2 gentoo-d5d9b274ea22ad401abafa023476291bced8d18c.zip |
virtual/jdk: Add dev-java/icedtea:8 to 1.8
Package-Manager: portage-2.2.28
Diffstat (limited to 'virtual/jdk')
-rw-r--r-- | virtual/jdk/jdk-1.8.0-r3.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/jdk/jdk-1.8.0-r3.ebuild b/virtual/jdk/jdk-1.8.0-r3.ebuild new file mode 100644 index 000000000000..9275b043d8e9 --- /dev/null +++ b/virtual/jdk/jdk-1.8.0-r3.ebuild @@ -0,0 +1,15 @@ +# 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/icedtea:8 + dev-java/oracle-jdk-bin:1.8 + )" |