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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6CEE9138334 for ; Fri, 22 Nov 2019 21:55:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A82A7E082F; Fri, 22 Nov 2019 21:55:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EF8EE082F for ; Fri, 22 Nov 2019 21:55:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D30834D227 for ; Fri, 22 Nov 2019 21:55:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A95FA744 for ; Fri, 22 Nov 2019 21:55:18 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1574459543.05a9bbab3b0f6eac53b144c5e739c987e7e91ab0.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-71.0_beta11.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 05a9bbab3b0f6eac53b144c5e739c987e7e91ab0 X-VCS-Branch: master Date: Fri, 22 Nov 2019 21:55:18 +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: 3d184c28-d7e0-4de5-87bd-21b238dcbc3f X-Archives-Hash: 5eab31eebe804a39f1c3a37359276b1d commit: 05a9bbab3b0f6eac53b144c5e739c987e7e91ab0 Author: Jory Pratt gentoo org> AuthorDate: Fri Nov 22 21:52:23 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Fri Nov 22 21:52:23 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=05a9bbab www-client/firefox: Fix fpu option for neon Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Jory Pratt gentoo.org> www-client/firefox/firefox-71.0_beta11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-71.0_beta11.ebuild b/www-client/firefox/firefox-71.0_beta11.ebuild index 835df72..667a63b 100644 --- a/www-client/firefox/firefox-71.0_beta11.ebuild +++ b/www-client/firefox/firefox-71.0_beta11.ebuild @@ -461,7 +461,7 @@ src_configure() { # Modifications to better support ARM, bug 553364 if use cpu_flags_arm_neon ; then - mozconfig_annotate '' --with-fpu=cpu_flags_arm_neon + mozconfig_annotate '' --with-fpu=neon if ! tc-is-clang ; then # thumb options aren't supported when using clang, bug 666966