From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B864158011 for ; Sun, 21 Aug 2022 04:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42E80E096C; Sun, 21 Aug 2022 04:53:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07842E096C for ; Sun, 21 Aug 2022 04:53:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B79AA3410DC for ; Sun, 21 Aug 2022 04:53:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F07A9549 for ; Sun, 21 Aug 2022 04:53:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661057583.c2987a324e7f3cb20bbeff6d2a83c69f3d1a2dc1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/, profiles/default/linux/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/musl/package.mask profiles/features/musl/package.mask profiles/features/musl/package.use.mask X-VCS-Directories: profiles/default/linux/musl/ profiles/features/musl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c2987a324e7f3cb20bbeff6d2a83c69f3d1a2dc1 X-VCS-Branch: master Date: Sun, 21 Aug 2022 04:53:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c936c2e6-64bc-45e6-ac44-b6bd03fa7870 X-Archives-Hash: 9b1024330b29854007944e406416d012 commit: c2987a324e7f3cb20bbeff6d2a83c69f3d1a2dc1 Author: Alfred Persson Forsberg catcream org> AuthorDate: Wed Jul 27 20:54:51 2022 +0000 Commit: Sam James gentoo 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 catcream.org> Closes: https://github.com/gentoo/gentoo/pull/24663 Closes: https://github.com/gentoo/gentoo/pull/26629 Signed-off-by: Sam James 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 mozilla@gentoo.org -# 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 (2017-06-14) -# (on behalf of ) -# 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 (2022-07-27) +# Firefox does not build with these flags enabled on musl libc. +# See bug #829033 +www-client/firefox clang pgo + # Ionen Wolkens