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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BB6C15810F for ; Sat, 10 Jun 2023 15:19:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACC33E083B; Sat, 10 Jun 2023 15:19:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 873DBE083B for ; Sat, 10 Jun 2023 15:19:47 +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 7B00D33BF1A for ; Sat, 10 Jun 2023 15:19:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D68AD8DC for ; Sat, 10 Jun 2023 15:19:44 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1686410264.8674fa5bb2345d493d4ffb068fcb0c4a9175599d.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/, profiles/arch/amd64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/use.mask profiles/arch/amd64/use.stable.mask profiles/base/package.use.mask profiles/base/use.mask profiles/package.mask X-VCS-Directories: profiles/arch/amd64/ profiles/ profiles/base/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 8674fa5bb2345d493d4ffb068fcb0c4a9175599d X-VCS-Branch: master Date: Sat, 10 Jun 2023 15:19:44 +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: c7e558e9-1b01-483b-aab7-de978ab32813 X-Archives-Hash: fdcae3c36fa4d224c3beec888ce8d3dc commit: 8674fa5bb2345d493d4ffb068fcb0c4a9175599d Author: Jimi Huotari gentoo org> AuthorDate: Thu Jan 19 21:39:35 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sat Jun 10 15:17:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8674fa5b profiles: unmask qt6 Also unmask packages depending on qt6, and mask packages depending on already removed versions of qt6. Closes: https://bugs.gentoo.org/838970 Signed-off-by: Jimi Huotari gentoo.org> profiles/arch/amd64/use.mask | 6 +++++ profiles/arch/amd64/use.stable.mask | 6 +++++ profiles/base/package.use.mask | 4 --- profiles/base/use.mask | 2 ++ profiles/package.mask | 53 +++++-------------------------------- 5 files changed, 20 insertions(+), 51 deletions(-) diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index a7962c924f6c..b0644e56961e 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -4,6 +4,12 @@ # Unmask the flag which corresponds to ARCH. -amd64 +# Jimi Huotari (2023-03-03) +# Unmask on amd64 only for now. +-qt6 +-pyqt6 +-pyside6 + # matoro (2022-09-29) # dev-util/google-perftools is supported here -tcmalloc diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index 2f7f7dbd0ebc..2f33e3ec9765 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -4,6 +4,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Jimi Huotari (2023-03-03) +# Mask until stable. +qt6 +pyqt6 +pyside6 + # Andreas Sturmlechner (2020-06-06) # sci-libs/mkl is not stable, needs online registration to even run pkg_setup mkl diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index ccf3190838bb..07060c3795d1 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -216,10 +216,6 @@ app-antivirus/clamav jit app-metrics/collectd collectd_plugins_slurm sys-cluster/openmpi openmpi_rm_slurm -# 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 diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 04a5f7545c93..dad9b1707b61 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -12,6 +12,8 @@ ruby_targets_ruby27 # Masked for testing. The split of some packages may still # change. bug #838970. qt6 +pyqt6 +pyside6 # Matt Turner (2022-04-16) # dev-util/sysprof not keyworded on most arches yet diff --git a/profiles/package.mask b/profiles/package.mask index 2dfe676fe49b..b4003fe62bf1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Jimi Huotari (2023-06-10) +# Mask to allow qt6 unmask. + (2023-06-10) # Integrated into media-libs/gst-plugins-bad[vaapi]. Please use that instead. # Removal in 14 days. @@ -429,15 +435,6 @@ x11-drivers/nvidia-drivers:0/390 # Breaks too many revdeps for now =app-text/discount-3* -# Ionen Wolkens (2022-12-24) -# Upstream dropped wxGTK support in >=games-emulation/pcsx2-1.7.3773, -# and it now always requires Qt6. Masked given Qt6 is also masked in -# Gentoo at the moment. It is recommended to use <=pcsx2-1.7.3772 for -# now, but you can opt-in for testing by searching for "qtbase" in: -# https://gitweb.gentoo.org/repo/gentoo.git/tree/profiles/package.mask -# and package.unmask the whole list alongside pcsx2. ->=games-emulation/pcsx2-1.7.3773 - # Georgy Yakovlev (2022-12-19) # This version currently is not compatible with kernel build (yet) ~dev-util/bindgen-0.63.0 @@ -467,44 +464,6 @@ sys-cluster/slurm # See: dev-haskell/doctest-parallel -# Andrew Ammerlaan (2022-08-12) -# Masked for testing, depends on dev-qt/qt*:6 -# Pyside6 is stuck on python3_10 for the moment being -dev-python/shiboken6 -dev-python/pyside6 -dev-python/pyside6-tools - -# Jimi Huotari (2022-08-02) -# Masked for testing. The split of some packages may still -# change. bug #838970. ->=app-editors/retext-8.0.0 -dev-python/PyQt6 -dev-python/PyQt6-WebEngine -dev-qt/qt3d:6 -dev-qt/qt5compat:6 -dev-qt/qtbase:6 -dev-qt/qtcharts:6 -dev-qt/qtdeclarative:6 -dev-qt/qtimageformats:6 -dev-qt/qtlocation:6 -dev-qt/qtmultimedia:6 -dev-qt/qtnetworkauth:6 -dev-qt/qtpositioning:6 -dev-qt/qtquick3d:6 -dev-qt/qtquicktimeline:6 -dev-qt/qtscxml:6 -dev-qt/qtserialport:6 -dev-qt/qtshadertools:6 -dev-qt/qtsvg:6 -dev-qt/qttools:6 -dev-qt/qtwayland:6 -dev-qt/qtwebchannel:6 -dev-qt/qtwebengine:6 -dev-qt/qtwebsockets:6 ->=games-board/tetzle-2.2.2 ->=media-video/bino-2 ->=x11-misc/albert-0.20.13 - # Sam James (2022-05-28) # GCC 9 and older no longer receive upstream support or fixes for # bugs. Please switch to a newer GCC version using gcc-config.