From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17AB4138334 for ; Fri, 19 Oct 2018 11:06:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 467FBE07FA; Fri, 19 Oct 2018 11:06:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EEDBE07FA for ; Fri, 19 Oct 2018 11:06:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14E10335CD2 for ; Fri, 19 Oct 2018 11:06:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8750445 for ; Fri, 19 Oct 2018 11:06:06 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1539946769.c7db460add882055c4111b10e6b87df7aa728f5a.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jre/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/jre/jre-11.ebuild X-VCS-Directories: virtual/jre/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: c7db460add882055c4111b10e6b87df7aa728f5a X-VCS-Branch: master Date: Fri, 19 Oct 2018 11:06:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bb3e3539-7ac2-4142-af04-e3e570aed27e X-Archives-Hash: 4ce6455d775fcb54a72aff522deb1528 commit: c7db460add882055c4111b10e6b87df7aa728f5a Author: James Le Cuirot gentoo org> AuthorDate: Mon Sep 17 20:28:07 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Oct 19 10:59:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7db460a virtual/jre: introduce masked Java 11 support Package-Manager: Portage-2.3.45, Repoman-2.3.10 Signed-off-by: James Le Cuirot gentoo.org> virtual/jre/jre-11.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/virtual/jre/jre-11.ebuild b/virtual/jre/jre-11.ebuild new file mode 100644 index 00000000000..ebd9c8db284 --- /dev/null +++ b/virtual/jre/jre-11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2018 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/oracle-jre-bin:${SLOT}[gentoo-vm(+)] + )"