aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2017-05-18 23:02:25 -0400
committerIan Stakenvicius <axs@gentoo.org>2017-05-18 23:03:22 -0400
commit4570c0ce38f479568c9f0f78ed1bb0e9e5127814 (patch)
treed3449a7bdc9664c556dbcd5f671a82103eeb806a /eclass
parentupdate manifest for ff52.1.1 (diff)
downloadmozilla-4570c0ce38f479568c9f0f78ed1bb0e9e5127814.tar.gz
mozilla-4570c0ce38f479568c9f0f78ed1bb0e9e5127814.tar.bz2
mozilla-4570c0ce38f479568c9f0f78ed1bb0e9e5127814.zip
Revert "Added USE=+webrtc to firefox, thunderbird, etc." and "update manifest for ff52.1.1"
This reverts commit b8653e68e9c450fa40c85296660b7a01815168fd and commit b189371fa92c6b2d8f762b9ddd43d0185a1a4bda. USE=-webrtc still doesnt build and so needs further work before it will be reintroduced.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozconfig-v6.52.eclass3
-rw-r--r--eclass/mozconfig-v6.53.eclass3
2 files changed, 2 insertions, 4 deletions
diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass
index 5d5770ca..c859aa7b 100644
--- a/eclass/mozconfig-v6.52.eclass
+++ b/eclass/mozconfig-v6.52.eclass
@@ -85,7 +85,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
# use-flags common among all mozilla ebuilds
IUSE="${IUSE} dbus debug +jemalloc neon pulseaudio selinux startup-notification system-cairo
- system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx +webrtc"
+ system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx"
# some notes on deps:
# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
@@ -311,7 +311,6 @@ mozconfig_config() {
if use kernel_linux && ! use pulseaudio ; then
mozconfig_annotate '-pulseaudio' --enable-alsa
fi
- use webrtc || mozconfig_annotate '-webrtc' --disable-webrtc
mozconfig_use_enable system-cairo
mozconfig_use_enable system-sqlite
diff --git a/eclass/mozconfig-v6.53.eclass b/eclass/mozconfig-v6.53.eclass
index 38ae6a2b..d15c47ee 100644
--- a/eclass/mozconfig-v6.53.eclass
+++ b/eclass/mozconfig-v6.53.eclass
@@ -85,7 +85,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
# use-flags common among all mozilla ebuilds
IUSE="${IUSE} dbus debug +jemalloc neon pulseaudio selinux startup-notification system-cairo
- system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx +webrtc"
+ system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx"
# some notes on deps:
# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
@@ -314,7 +314,6 @@ mozconfig_config() {
if use kernel_linux && ! use pulseaudio ; then
mozconfig_annotate '-pulseaudio' --enable-alsa
fi
- use webrtc || mozconfig_annotate '-webrtc' --disable-webrtc
mozconfig_use_enable system-cairo
mozconfig_use_enable system-sqlite