diff options
author | Jory Pratt <anarchy@gentoo.org> | 2011-11-21 15:29:36 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2011-11-21 15:29:36 +0000 |
commit | 572b387b676278388d7a17f11e19418a828769c2 (patch) | |
tree | 08ab758d13f1ffc9c4ddadfb03fec942b5272ca6 /eclass/mozconfig-3.eclass | |
parent | keyworded for ~x86-macos ~x64-macos, tested by Johan Hattne #390123 (diff) | |
download | gentoo-2-572b387b676278388d7a17f11e19418a828769c2.tar.gz gentoo-2-572b387b676278388d7a17f11e19418a828769c2.tar.bz2 gentoo-2-572b387b676278388d7a17f11e19418a828769c2.zip |
fix crashreporter useflag so it can be disabled
Diffstat (limited to 'eclass/mozconfig-3.eclass')
-rw-r--r-- | eclass/mozconfig-3.eclass | 4 |
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 |