diff options
author | 2016-04-28 14:03:22 -0400 | |
---|---|---|
committer | 2016-04-28 14:12:34 -0400 | |
commit | 7124e7a232048cde565ae38eba21326c57b26976 (patch) | |
tree | 3377c8053d152c728371c9dedf4ef2f4e1b44003 /profiles | |
parent | www-client/firefox: version bump to 46.0 (diff) | |
download | gentoo-7124e7a232048cde565ae38eba21326c57b26976.tar.gz gentoo-7124e7a232048cde565ae38eba21326c57b26976.tar.bz2 gentoo-7124e7a232048cde565ae38eba21326c57b26976.zip |
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.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.mask | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index be119697fdec..73d8892dc77b 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 <axs@gentoo.org> (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 <johu@gentoo.org> (21 Apr 2016) # Unreleased dependency. kde-apps/ktp-text-ui speech |