commit: 7124e7a232048cde565ae38eba21326c57b26976 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org> AuthorDate: Thu Apr 28 18:03:22 2016 +0000 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org> CommitDate: Thu Apr 28 18:12:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7124e7a2
profiles/base/package.use.mask: add masks to mozilla ebuilds Masked USE=system-cairo as it has resulted in crashy mozilla packages for some time. Also masked USE=system-libvpx on mozilla packages v45.1.0 and above due to runtime issues found in testing, until further details of the issue can be identified and/or resolved. profiles/base/package.use.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index be11969..73d8892 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -5,6 +5,16 @@ # This file requires >=portage-2.1.1 # New entries go on top. +# Ian Stakenvicius <[email protected]> (28 Apr 2016) +# system-cairo support causes lots of crashing in mozilla pkgs +# (see bug #556378 and others) +www-client/firefox system-cairo +mail-client/thunderbird system-cairo +# system-libvpx on mozilla 45.1 and newer kept firefox +# from playing html5 video in tests, mask for now until +# further testing can determine why and fix +>=www-client/firefox-45.1.0 system-libvpx + # Johannes Huber <[email protected]> (21 Apr 2016) # Unreleased dependency. kde-apps/ktp-text-ui speech
