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 19CDB138334 for ; Sun, 6 Oct 2019 15:26:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D06CE0858; Sun, 6 Oct 2019 15:26:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E66E6E0858 for ; Sun, 6 Oct 2019 15:26:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BEDAF34B99F for ; Sun, 6 Oct 2019 15:26:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85FD3828 for ; Sun, 6 Oct 2019 15:26:53 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1570373281.fbca58df8504878755284c7930483f9b1ddc816b.whissi@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-70.0_beta12.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: fbca58df8504878755284c7930483f9b1ddc816b X-VCS-Branch: master Date: Sun, 6 Oct 2019 15:26:53 +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: 71e1f54c-9087-41b6-93a0-6d93f5a3363a X-Archives-Hash: 96d59bf069e019ffa927cbe40ba947f1 commit: fbca58df8504878755284c7930483f9b1ddc816b Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 6 14:48:01 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 6 14:48:01 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=fbca58df www-client/firefox: re-enable webrtc for arm again Backport of commit 59c6ef318314e786401510afa641b17acc1e8981. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> www-client/firefox/firefox-70.0_beta12.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/www-client/firefox/firefox-70.0_beta12.ebuild b/www-client/firefox/firefox-70.0_beta12.ebuild index bd227e6..2410efb 100644 --- a/www-client/firefox/firefox-70.0_beta12.ebuild +++ b/www-client/firefox/firefox-70.0_beta12.ebuild @@ -555,9 +555,6 @@ src_configure() { mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" - # disable webrtc for now, bug 667642 - use arm && mozconfig_annotate 'broken on arm' --disable-webrtc - # allow elfhack to work in combination with unstripped binaries # when they would normally be larger than 2GiB. append-ldflags "-Wl,--compress-debug-sections=zlib"