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 98F75138334 for ; Wed, 17 Apr 2019 22:21:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B625CE08FC; Wed, 17 Apr 2019 18:57:09 +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 99F2CE08FC for ; Wed, 17 Apr 2019 18:57:09 +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 433703416CE 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 DD4975B3 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: <1555527401.28cb8fdfb41f3434501eb61f43d7e53303e90f2d.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jre/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/jre/jre-1.8.0-r2.ebuild X-VCS-Directories: virtual/jre/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 28cb8fdfb41f3434501eb61f43d7e53303e90f2d 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: 319991a0-aabd-4f69-8099-f097fb4ffa42 X-Archives-Hash: dc130313136f8581c423f8ef00dd0cc1 commit: 28cb8fdfb41f3434501eb61f43d7e53303e90f2d Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Apr 17 18:53:15 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Apr 17 18:56:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cb8fdf virtual/jre: require gentoo-vm useflag Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> virtual/jre/jre-1.8.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/jre/jre-1.8.0-r2.ebuild b/virtual/jre/jre-1.8.0-r2.ebuild index a630eb76072..04cc21959e2 100644 --- a/virtual/jre/jre-1.8.0-r2.ebuild +++ b/virtual/jre/jre-1.8.0-r2.ebuild @@ -9,6 +9,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-m RDEPEND="|| ( virtual/jdk:1.8 - dev-java/openjdk-jre-bin:8 + dev-java/openjdk-jre-bin:8[gentoo-vm(+)] dev-java/oracle-jre-bin:1.8 )"