From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1424762-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 79315158095
	for <garchives@archives.gentoo.org>; Tue,  2 Aug 2022 22:14:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9A285E107E;
	Tue,  2 Aug 2022 22:14:46 +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 73139E107E
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 Aug 2022 22:14:46 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id AC80E3410D1
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 Aug 2022 22:14:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1992450A
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 Aug 2022 22:14:44 +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: <1659478428.745af70a74cc378fb2f8dd3b561169d75d0b50b3.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/base/package.use.mask profiles/base/use.mask
X-VCS-Directories: profiles/base/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 745af70a74cc378fb2f8dd3b561169d75d0b50b3
X-VCS-Branch: master
Date: Tue,  2 Aug 2022 22:14:44 +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: 8015eedb-1e69-4655-8527-20808639b0d6
X-Archives-Hash: a2f8217aaad23801b3d98bdee21acd59

commit:     745af70a74cc378fb2f8dd3b561169d75d0b50b3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 22:13:24 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 22:13:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=745af70a

profiles/base: mask USE=qt6

Bug: https://bugs.gentoo.org/838970
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ----
 profiles/base/use.mask         | 5 +++++
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5df1e2a4d8e8..5ea6a18a5ba1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,10 +6,6 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
-# Esteve Varela Colominas (2022-07-29)
-# Qt6 is still experimental and masked in ::gentoo
-net-im/telegram-desktop qt6
-
 # Doesn't compile with 'Xaw3d' use flag, #849947.
 app-text/xdvik Xaw3d
 

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index b68a2f27b1b1..b777369fddc1 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Sam James <sam@gentoo.org> (2022-08-02)
+# Masked for testing. The split of some packages may still
+# change. bug #838970.
+qt6
+
 # Hans de Graaff <graaff@gentoo.org> (2022-07-16)
 # Mask ruby 2.6 as EOL
 ruby_targets_ruby26