diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-05-17 22:38:54 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-05-17 22:43:06 +0100 |
commit | 5fdd41be94370d6c90820a5651c8c43d1bc2578a (patch) | |
tree | 0223926506fda794a03036c0d3cfe3bba9dc06d0 /virtual/jdk/jdk-1.7.0-r2.ebuild | |
parent | dev-java/oracle-jre-bin: Remove old and vulnerable 1.7.0.80 (diff) | |
download | gentoo-5fdd41be94370d6c90820a5651c8c43d1bc2578a.tar.gz gentoo-5fdd41be94370d6c90820a5651c8c43d1bc2578a.tar.bz2 gentoo-5fdd41be94370d6c90820a5651c8c43d1bc2578a.zip |
virtual/jdk: oracle-jdk-bin:1.7 has gone
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'virtual/jdk/jdk-1.7.0-r2.ebuild')
-rw-r--r-- | virtual/jdk/jdk-1.7.0-r2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/virtual/jdk/jdk-1.7.0-r2.ebuild b/virtual/jdk/jdk-1.7.0-r2.ebuild new file mode 100644 index 000000000000..c868d7853a5c --- /dev/null +++ b/virtual/jdk/jdk-1.7.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.7" +KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND="|| ( + dev-java/icedtea-bin:7 + dev-java/icedtea:7 + )" |