diff options
author | Jory Pratt <anarchy@gentoo.org> | 2013-01-16 23:57:37 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2013-01-16 23:57:37 +0000 |
commit | b6adaa6a2ab657acc6e28d943e479938682ce348 (patch) | |
tree | cd23614aa47aab7328d448c86cff36858195b788 /eclass | |
parent | Fix bug #449068 (diff) | |
download | historical-b6adaa6a2ab657acc6e28d943e479938682ce348.tar.gz historical-b6adaa6a2ab657acc6e28d943e479938682ce348.tar.bz2 historical-b6adaa6a2ab657acc6e28d943e479938682ce348.zip |
Enable webrtc for all archs again
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/mozconfig-3.eclass | 9 |
2 files changed, 5 insertions, 9 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 43d99202804b..c519178aa541 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.624 2013/01/16 23:01:02 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.625 2013/01/16 23:57:37 anarchy Exp $ + + 16 Jan 2013; Jory A. Pratt <anarchy@gentoo.org> mozconfig-3.eclass: + Remove webrtc block as it is supported on all archs now. 16 Jan 2013; Gilles Dartiguelongue <eva@gentoo.org> gnome2.eclass: Drop deprecated SCROLLKEEPER_UPDATE and switch to in_iuse. diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass index 82ee228ae77e..c5e57accb55b 100644 --- a/eclass/mozconfig-3.eclass +++ b/eclass/mozconfig-3.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.33 2012/12/09 15:37:12 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.34 2013/01/16 23:57:37 anarchy Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -89,13 +89,6 @@ mozconfig_config() { mozconfig_annotate '' --disable-system-libvpx fi - # Disable webrtc for arches that it doesn't support, bug 444780 - if $(mozversion_is_new_enough) ; then - if ! use x86 && ! use amd64 ; then - mozconfig_annotate '' --disable-webrtc - fi - fi - # These are enabled by default in all mozilla applications mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${EPREFIX}"/usr mozconfig_annotate '' --with-system-nss --with-nss-prefix="${EPREFIX}"/usr |