commit: 62458323164e0c065f08b3eef5b39b55e2382476 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue May 29 12:41:33 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jun 27 19:00:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62458323
profiles: Disable USE=qt4 in assorted packages profiles/base/package.use.mask | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 5b96db88c84..1e8d815d1d3 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,18 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Andreas Sturmlechner <[email protected]> (18 Jun 2018) +# Qt4 is dead and going away. Bugs #655382, #638260 +x11-libs/qwt qt4 +sci-libs/ViSP qt4 + +# Andreas Sturmlechner <[email protected]> (18 Jun 2018) +# dev-python/PyQt4 and dev-python/pyside are dead and going away. +dev-python/pandas X +media-sound/pulseaudio qt4 +media-video/syncplay gui +net-wireless/gnuradio qt4 + # Pacho Ramos <[email protected]> (17 Jun 2018) # dev-libs/DirectFB is being removed (#606194) media-libs/libsdl2 fusionsound
