commit: c2987a324e7f3cb20bbeff6d2a83c69f3d1a2dc1 Author: Alfred Persson Forsberg <cat <AT> catcream <DOT> org> AuthorDate: Wed Jul 27 20:54:51 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Aug 21 04:53:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2987a32
profiles/*/musl/package.mask: unmask www-client/firefox This unmasks Firefox and use.mask's clang and pgo. Bug: https://bugs.gentoo.org/829033 Signed-off-by: Alfred Persson Forsberg <cat <AT> catcream.org> Closes: https://github.com/gentoo/gentoo/pull/24663 Closes: https://github.com/gentoo/gentoo/pull/26629 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/default/linux/musl/package.mask | 6 ------ profiles/features/musl/package.mask | 6 ------ profiles/features/musl/package.use.mask | 5 +++++ 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/profiles/default/linux/musl/package.mask b/profiles/default/linux/musl/package.mask index c90ad0cedaf6..369b436b9733 100644 --- a/profiles/default/linux/musl/package.mask +++ b/profiles/default/linux/musl/package.mask @@ -82,9 +82,3 @@ media-video/binkplayer # Binary package for glibc. Could be built from source but would take ages and # isn't worth the maintenance cost. dev-libs/nwjs - -# Ian Stakenvicius, 2017-06-14 -# on behalf of [email protected] -# Mask firefox-54 and above as it requires rust -# now, and rust reportedly will not build yet. ->=www-client/firefox-54.0 diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 63dd6903ed0a..6b934461e79c 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -291,12 +291,6 @@ sys-apps/systemd # systemd sources fail to build without glibc sys-boot/systemd-boot -# Ian Stakenvicius <[email protected]> (2017-06-14) -# (on behalf of <[email protected]>) -# Mask firefox-54 and above as it requires rust -# now, and rust reportedly will not build yet. ->=www-client/firefox-54.0 - # rust-bin requires a glibc system dev-lang/rust-bin mail-client/thunderbird-bin diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 24959cbeda7e..da3424102afd 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Alfred Persson Forsberg <[email protected]> (2022-07-27) +# Firefox does not build with these flags enabled on musl libc. +# See bug #829033 +www-client/firefox clang pgo + # Ionen Wolkens <[email protected] (2022-06-08) # Depends on www-plugins/chrome-binary-plugins which is masked here. www-client/qutebrowser widevine
