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 2FF2F158090 for ; Tue, 3 May 2022 18:38:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BAD7E070D; Tue, 3 May 2022 18:38:39 +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 3A00FE05AC for ; Tue, 3 May 2022 18:38:39 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 333C134161C for ; Tue, 3 May 2022 18:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93791448 for ; Tue, 3 May 2022 18:38:36 +0000 (UTC) From: "Sam James" 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" Message-ID: <1651603085.ccb98c35727d591f6d0ddcefba89cc654e4997f9.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ccb98c35727d591f6d0ddcefba89cc654e4997f9 X-VCS-Branch: master Date: Tue, 3 May 2022 18:38:36 +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: 4bcdfe04-80fa-4cc4-bc68-646644295265 X-Archives-Hash: c376409d487796c15bfdf6a3bf9030a1 commit: ccb98c35727d591f6d0ddcefba89cc654e4997f9 Author: Sam James gentoo org> AuthorDate: Tue May 3 18:38:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 3 18:38:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb98c35 profiles: mask dev-libs/libxml2-2.9.14 Python bindings broken. Will sort properly this evening but need to head out & want to avoid breakage. Bug: https://bugs.gentoo.org/842297 Signed-off-by: Sam James gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 3c865cd49063..2b1dfbb530ee 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Sam James (2022-03-05) +# Python bindings broken. Will be fixed shortly. +# bug #842297 and friends. +=dev-libs/libxml2-2.9.14 + # Pacho Ramos (2022-05-03) # Waiting for keywording and adapting reverse deps. Bug #816135. >=sys-apps/xdg-desktop-portal-gtk-1.14.0