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 B1A82138334 for ; Wed, 17 Apr 2019 22:22:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23B76E0991; Wed, 17 Apr 2019 18:57:10 +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 07812E0991 for ; Wed, 17 Apr 2019 18:57:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2E6D63416CA for ; Wed, 17 Apr 2019 18:57:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9C9D5B2 for ; Wed, 17 Apr 2019 18:57:06 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1555527400.e0968d094df513851be8d3ff06243fa65ace1183.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jre/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/jre/jre-11-r1.ebuild virtual/jre/jre-11.ebuild X-VCS-Directories: virtual/jre/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: e0968d094df513851be8d3ff06243fa65ace1183 X-VCS-Branch: master Date: Wed, 17 Apr 2019 18:57: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29c5eb04-4da5-45f2-b50f-ed1b808328b0 X-Archives-Hash: d8853b11917fa82758eb310ed98f3366 commit: e0968d094df513851be8d3ff06243fa65ace1183 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Apr 17 18:51:16 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Apr 17 18:56:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0968d09 virtual/jre: add openjdk-jre-bin:11 to virtual Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> virtual/jre/{jre-11.ebuild => jre-11-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/virtual/jre/jre-11.ebuild b/virtual/jre/jre-11-r1.ebuild similarity index 75% rename from virtual/jre/jre-11.ebuild rename to virtual/jre/jre-11-r1.ebuild index ebd9c8db284..fbc640b49ac 100644 --- a/virtual/jre/jre-11.ebuild +++ b/virtual/jre/jre-11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,5 +9,6 @@ KEYWORDS="~amd64 ~arm64 ~ppc64" RDEPEND="|| ( virtual/jdk:${SLOT} + dev-java/openjdk-jre-bin:${SLOT}[gentoo-vm(+)] dev-java/oracle-jre-bin:${SLOT}[gentoo-vm(+)] )"