summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2011-11-21 15:29:36 +0000
committerJory Pratt <anarchy@gentoo.org>2011-11-21 15:29:36 +0000
commita6cbdc9a2dea0097854e9797c4ff94c0d7d49462 (patch)
treebaf401374b8e97616f90e1a269e6575ec6d319ec /eclass/mozconfig-3.eclass
parentkeyworded for ~x86-macos ~x64-macos, tested by Johan Hattne #390123 (diff)
downloadhistorical-a6cbdc9a2dea0097854e9797c4ff94c0d7d49462.tar.gz
historical-a6cbdc9a2dea0097854e9797c4ff94c0d7d49462.tar.bz2
historical-a6cbdc9a2dea0097854e9797c4ff94c0d7d49462.zip
fix crashreporter useflag so it can be disabled
Diffstat (limited to 'eclass/mozconfig-3.eclass')
-rw-r--r--eclass/mozconfig-3.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass
index baf358b99935..2ba05427ab17 100644
--- a/eclass/mozconfig-3.eclass
+++ b/eclass/mozconfig-3.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.25 2011/11/14 15:54:08 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.26 2011/11/21 15:29:36 anarchy Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -38,7 +38,7 @@ mozconfig_config() {
mozconfig_use_enable alsa ogg
mozconfig_use_enable alsa wave
- if has crashreporter ${IUSE} ; then
+ if has +crashreporter ${IUSE} ; then
mozconfig_use_enable crashreporter
fi
mozconfig_use_enable dbus