diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2019-01-17 10:18:16 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2019-01-17 10:50:33 +0100 |
commit | 3e5845f121bdc7a89fb761bca97ba5526d1c44e2 (patch) | |
tree | 0ddc99328cb43c957ebad12161a9f551c04e58fd /virtual | |
parent | virtual/jdk-9: removed - jdk 9 is going to be removed from the tree (diff) | |
download | gentoo-3e5845f121bdc7a89fb761bca97ba5526d1c44e2.tar.gz gentoo-3e5845f121bdc7a89fb761bca97ba5526d1c44e2.tar.bz2 gentoo-3e5845f121bdc7a89fb761bca97ba5526d1c44e2.zip |
virtual/jre-9: removed - jdk/jre 9 will be gone from the tree
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/jre/jre-9.ebuild | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/virtual/jre/jre-9.ebuild b/virtual/jre/jre-9.ebuild deleted file mode 100644 index 1c10f13ff2fa..000000000000 --- a/virtual/jre/jre-9.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Virtual for Java Runtime Environment (JRE)" -SLOT="${PV}" -KEYWORDS="~amd64 ~x64-macos ~sparc64-solaris" - -RDEPEND="|| ( - virtual/jdk:${SLOT} - dev-java/oracle-jre-bin:${SLOT}[gentoo-vm(+)] - )" |