From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1177877-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 195311382C5 for <garchives@archives.gentoo.org>; Sun, 7 Jun 2020 19:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92652E0A89; Sun, 7 Jun 2020 19:33:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CD6CE0A89 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Jun 2020 19:33:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FEC834F34B for <gentoo-commits@lists.gentoo.org>; Sun, 7 Jun 2020 19:33:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE388286 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Jun 2020 19:33:39 +0000 (UTC) From: "Michał Górny" <mgorny@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, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1591558416.97c4dede6786e106dbeb9359b36351ed9358910f.mgorny@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/package.use.stable.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 97c4dede6786e106dbeb9359b36351ed9358910f X-VCS-Branch: master Date: Sun, 7 Jun 2020 19:33:39 +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: 988e7364-3454-4f1f-8ee6-78433d2094f7 X-Archives-Hash: b41427d856be4d6e4c233fcdd4b2cbca commit: 97c4dede6786e106dbeb9359b36351ed9358910f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jun 7 19:28:27 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jun 7 19:33:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c4dede profiles/base: Revert "Mask matplotlib[wxwidgets] on ~arch too" Reverts: 374f756965a2c5e912acf7baea310516b2c2143c Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.mask | 5 ----- profiles/base/package.use.stable.mask | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 72155a54172..c82334a1a87 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,11 +6,6 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. -# Michał Górny <mgorny@gentoo.org> (2020-06-07) -# dev-python/wxpython is broken seriusly with Python 3.7+ (it segfaults) -# and there is really no point in attempting to port it to py3.9. -dev-python/matplotlib wxwidgets - # Georgy Yakovlev <gyakovlev@gentoo.org> (2020-05-04) # Broken error[E0478]: lifetime bound not satisfied =dev-lang/rust-1.44.0 miri diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index ece807d3047..218c8f4a10a 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Andreas Sturmlechner <asturm@gentoo.org> (2020-06-06) +# dev-python/wxpython:4.0 w/ py3 is not stable, bug #714566 +dev-python/matplotlib wxwidgets + # Sergei Trofimovich <slyfox@gentoo.org> (2020-04-13) # app-text/pandoc (dev-lang/ghc) has no stable keywords. app-emulation/xen-tools doc