mail-client/thunderbird: re-enable webrtc for arm again
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 6 Oct 2019 12:15:51 +0000 (14:15 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 6 Oct 2019 12:18:21 +0000 (14:18 +0200)
Bug: https://bugs.gentoo.org/667642
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
mail-client/thunderbird/thunderbird-68.1.1.ebuild

index ab73c138cec352f075a311627cb26d5c06967cc1..0610d908962fdb445ed8af8aeb185b5fa7eba38d 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"