commit: aebb1a4d39b51d9192880b5ee08b5451ea558304 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sat Sep 19 03:04:10 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sat Sep 19 03:11:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebb1a4d
virtual/jdk: revbump 1.8.0, move openjdk to preferred and remove oracle as 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/jdk/jdk-1.8.0-r5.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/virtual/jdk/jdk-1.8.0-r5.ebuild b/virtual/jdk/jdk-1.8.0-r5.ebuild new file mode 100644 index 00000000000..02eb7d76ea4 --- /dev/null +++ b/virtual/jdk/jdk-1.8.0-r5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual for Java Development Kit (JDK)" +SLOT="1.8" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris" + +RDEPEND="|| ( + dev-java/openjdk-bin:8 + dev-java/openjdk:8 + dev-java/icedtea-bin:8 + dev-java/icedtea:8 +)"
