commit:     0a7f740c6a58e860b062ec62619ea01aae863400
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 03:08:34 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 03:11:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7f740c

virtual/jre: revbump 11, remove oracle provider

Bug: https://bugs.gentoo.org/681828
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/jre/jre-11-r2.ebuild | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/virtual/jre/jre-11-r2.ebuild b/virtual/jre/jre-11-r2.ebuild
new file mode 100644
index 00000000000..1e2c5b84355
--- /dev/null
+++ b/virtual/jre/jre-11-r2.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+RDEPEND="|| (
+               virtual/jdk:${SLOT}
+               dev-java/openjdk-jre-bin:${SLOT}[gentoo-vm(+)]
+)"

Reply via email to