From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1356549-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 908AD158086
	for <garchives@archives.gentoo.org>; Sun,  9 Jan 2022 18:54:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D5DB82BC020;
	Sun,  9 Jan 2022 18:54:33 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A99C62BC020
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Jan 2022 18:54:30 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 75745342D4E
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Jan 2022 18:54:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 29DEE26F
	for <gentoo-commits@lists.gentoo.org>; Sun,  9 Jan 2022 18:54:28 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1641754450.e4e60b3d385fd66cab780deebe785675feb988ab.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/base/package.use.stable.mask
X-VCS-Directories: profiles/base/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: e4e60b3d385fd66cab780deebe785675feb988ab
X-VCS-Branch: master
Date: Sun,  9 Jan 2022 18:54:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 1f51d4f3-ce87-4f14-b63b-4ab5ffefe164
X-Archives-Hash: 4c1d0ff09c155108d61028a75889c936

commit:     e4e60b3d385fd66cab780deebe785675feb988ab
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sun Jan  9 15:41:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  9 18:54:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e60b3d

package.use.stable.mask: mask openjdk*:11 gentoo-vm

Bug: https://bugs.gentoo.org/697014
Bug: https://bugs.gentoo.org/810613
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/base/package.use.stable.mask | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index a6daffedef1f..e25a8cff704d 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,15 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2022-01-09)
+# virtual/{jdk,jre}:11 just got unmasked but are not yet stable
+# Having a masked gentoo-vm flag allows us to provide it without
+# it breaking Gentoo packages. Those who wish to experiment with it
+# as a fully recognised Gentoo JVM can unmask the flag.
+dev-java/openjdk-jre-bin:11 gentoo-vm
+dev-java/openjdk-bin:11 gentoo-vm
+dev-java/openjdk:11 gentoo-vm
+
 # Georgy Yakovlev <gyakovlev@gentoo.org> (2021-12-24)
 # test deps are not stable
 >=sys-fs/zfs-2.0.7 test-suite