summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2014-08-01 16:34:58 +0000
committerIan Stakenvicius <axs@gentoo.org>2014-08-01 16:34:58 +0000
commit4adfc0c1e942819e1820e412ce92f6712203acc1 (patch)
tree6858f3e83ab8d25ff5613257bfc70e819ce3b6d2 /www-client/firefox/firefox-31.0.ebuild
parentversion bump (diff)
downloadgentoo-2-4adfc0c1e942819e1820e412ce92f6712203acc1.tar.gz
gentoo-2-4adfc0c1e942819e1820e412ce92f6712203acc1.tar.bz2
gentoo-2-4adfc0c1e942819e1820e412ce92f6712203acc1.zip
made compatible with fixed IUSE=wifi implementation in mozconfig-v4.eclass
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'www-client/firefox/firefox-31.0.ebuild')
-rw-r--r--www-client/firefox/firefox-31.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-31.0.ebuild b/www-client/firefox/firefox-31.0.ebuild
index 1e0478da3e17..ffb9fd6b9c96 100644
--- a/www-client/firefox/firefox-31.0.ebuild
+++ b/www-client/firefox/firefox-31.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-31.0.ebuild,v 1.2 2014/07/31 15:14:40 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-31.0.ebuild,v 1.3 2014/08/01 16:34:58 axs Exp $
EAPI="5"
VIRTUALX_REQUIRED="pgo"
@@ -31,6 +31,8 @@ PATCH="${PN}-31.0-patches-0.2"
MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/"
MOZ_HTTP_URI="http://ftp.mozilla.org/pub/${PN}/releases/"
+MOZCONFIG_OPTIONAL_WIFI=1
+
inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v4 multilib pax-utils fdo-mime autotools virtualx mozlinguas
DESCRIPTION="Firefox Web Browser"