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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (2020-06-06) +# dev-python/wxpython:4.0 w/ py3 is not stable, bug #714566 +dev-python/matplotlib wxwidgets + # Sergei Trofimovich <[email protected]> (2020-04-13) # app-text/pandoc (dev-lang/ghc) has no stable keywords. app-emulation/xen-tools doc
