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 606EA158089 for ; Thu, 26 Oct 2023 17:17:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A329C2BC095; Thu, 26 Oct 2023 17:17:10 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 879C72BC095 for ; Thu, 26 Oct 2023 17:17:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A003335C11 for ; Thu, 26 Oct 2023 17:17:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 361998EE for ; Thu, 26 Oct 2023 17:17:08 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1698340522.47b175077b3677e38fdad36f3896096084077d51.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-115.4.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 47b175077b3677e38fdad36f3896096084077d51 X-VCS-Branch: master Date: Thu, 26 Oct 2023 17:17:08 +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: b44eb5fb-807c-4a9a-b538-ceabe9f0fe03 X-Archives-Hash: 30b1f4d6819de47970a743a52d803a48 commit: 47b175077b3677e38fdad36f3896096084077d51 Author: Joonas Niilola gentoo org> AuthorDate: Thu Oct 26 17:15:22 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Oct 26 17:15:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b17507 www-client/firefox: fix 115.4.0's x86 compilation - remove a musl patch that breaks x86 on glibc. https://bugzilla.mozilla.org/show_bug.cgi?id=1853580 Signed-off-by: Joonas Niilola gentoo.org> www-client/firefox/firefox-115.4.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www-client/firefox/firefox-115.4.0.ebuild b/www-client/firefox/firefox-115.4.0.ebuild index ce8a2c9917a3..0401538df5e1 100644 --- a/www-client/firefox/firefox-115.4.0.ebuild +++ b/www-client/firefox/firefox-115.4.0.ebuild @@ -658,6 +658,10 @@ src_prepare() { rm -v "${WORKDIR}"/firefox-patches/*ppc64*.patch || die fi + if use x86 && use elibc_glibc ; then + rm -v "${WORKDIR}"/firefox-patches/*-musl-non-lfs64-api-on-audio_thread_priority-crate.patch || die + fi + eapply "${WORKDIR}/firefox-patches" # Allow user to apply any additional patches without modifing ebuild