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 3D3A1158041 for ; Sat, 9 Mar 2024 10:23:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EAE3E29A5; Sat, 9 Mar 2024 10:23:29 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6023CE29A5 for ; Sat, 9 Mar 2024 10:23:29 +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 8A45933C84E for ; Sat, 9 Mar 2024 10:23:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D3DF7E7 for ; Sat, 9 Mar 2024 10:23:26 +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: <1709979757.be163109048d35f828e7f29965f7d5e6b789d7c5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: be163109048d35f828e7f29965f7d5e6b789d7c5 X-VCS-Branch: master Date: Sat, 9 Mar 2024 10:23:26 +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: 064a6723-dac2-4b71-9c9a-4a54833328f4 X-Archives-Hash: 0a2081263093a6c52cc1b60802f5e118 commit: be163109048d35f828e7f29965f7d5e6b789d7c5 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Mar 9 10:22:37 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Mar 9 10:22:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be163109 profiles/package.mask: last-rite dev-python/anyqt Bug: https://bugs.gentoo.org/926548 Signed-off-by: Andrew Ammerlaan gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 89bb404b3c3c..5091fb036814 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Andrew Ammerlaan (2024-03-09) +# Requires pyside2/shiboken2, which is unmaintained upstream and +# not compatible with llvm-16 and up or python-3.12 and up. +# No upstream activity for 2 years. +# dev-python/QtPy is an alternative that does support Qt6. +# Removal on: 2024-04-09. Bug #926548 +dev-python/anyqt + # Arthur Zamarin (2024-03-08) # A library without reverse dependencies. # Removal on: 2024-04-07. Bug #926486.