www-client/firefox: re-enable webrtc for arm again
authorSteffen Kuhn <nielson2@yandex.com>
Sun, 6 Oct 2019 12:17:15 +0000 (14:17 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 6 Oct 2019 12:18:22 +0000 (14:18 +0200)
Closes: https://bugs.gentoo.org/667642
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Closes: https://github.com/gentoo/gentoo/pull/13175
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
www-client/firefox/firefox-68.1.0.ebuild
www-client/firefox/firefox-69.0.2.ebuild

index c98776c20e7bcc2415297d621d7fe0354f8d3b09..e392249aee6a74d1e8f9c64c32b29dddeae90dcb 100644 (file)
@@ -552,9 +552,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"
index 98fb419fd601cdc446514babb6e80d3985d1b062..b39b1fb4f0b33b044694bbb55191541585f4c9f0 100644 (file)
@@ -554,9 +554,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"