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.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 96AB0158094 for ; Sat, 13 Aug 2022 14:19:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6C38E07EA; Sat, 13 Aug 2022 14:19:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 94673E07EA for ; Sat, 13 Aug 2022 14:19:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB6A33413D8 for ; Sat, 13 Aug 2022 14:18:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6EC357A for ; Sat, 13 Aug 2022 14:18:56 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1660400317.d8ad67ad939a5610c83ce4ce120d170c92f6280f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d8ad67ad939a5610c83ce4ce120d170c92f6280f X-VCS-Branch: master Date: Sat, 13 Aug 2022 14:18:56 +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: dfd3e19f-6058-4958-82d8-fde6c9ad1f45 X-Archives-Hash: 4b30bbb89977ca5320d213b4cc2e0e29 commit: d8ad67ad939a5610c83ce4ce120d170c92f6280f Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Aug 13 14:17:37 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Aug 13 14:18:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ad67ad profiles/base: mask QtPy[pyqt6] and QtPy[pyside6] for testing Signed-off-by: Andrew Ammerlaan gentoo.org> profiles/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 2777f80b9ba1..1a9c0c74443c 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Andrew Ammerlaan (2022-08-13) +# PyQt6/PySide6 are masked for testing +dev-python/QtPy pyqt6 pyside6 + # Joonas Niilola (2022-08-02) # Doesn't compile with 'Xaw3d' use flag, #849947. app-text/xdvik Xaw3d