commit: 8e06e8556f047f854f051b83b0faf19b450d6a9c Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu May 19 14:41:38 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu May 19 15:47:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e06e855
profiles/arch/x86/package.use.force: add firefox[system-libvpx] Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25560 profiles/arch/x86/package.use.force | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/x86/package.use.force b/profiles/arch/x86/package.use.force index 75822fdfcc44..1a0da5308969 100644 --- a/profiles/arch/x86/package.use.force +++ b/profiles/arch/x86/package.use.force @@ -1,6 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joonas Niilola <[email protected]> (2022-05-19) +# Bundled libvpx results in a failure, force the system-libvpx to be +# used. bmo#1768145. Confirmed on 91:esr and 100.0:rapid. +www-client/firefox system-libvpx + # Arthur Zamarin <[email protected]> (2022-01-16) # Bootstrapping is possible using our build snapshot, so don't force # system bootstrap
