From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E4147138010 for ; Sun, 9 Sep 2012 16:23:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85FD4E0084; Sun, 9 Sep 2012 16:23:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4F14AE0084 for ; Sun, 9 Sep 2012 16:23:04 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A82D333C336 for ; Sun, 9 Sep 2012 16:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5F632E543C for ; Sun, 9 Sep 2012 16:23:02 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1347207738.7abb262d9e4b7144015c26da8c815d42c6c30192.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-3.eclass X-VCS-Directories: eclass/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 7abb262d9e4b7144015c26da8c815d42c6c30192 X-VCS-Branch: master Date: Sun, 9 Sep 2012 16:23:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fe7b4055-a4cf-40fc-a972-69c773358b28 X-Archives-Hash: b323c16e8063efa16d62ee6cc41bf8c2 commit: 7abb262d9e4b7144015c26da8c815d42c6c30192 Author: Jory A. Pratt gentoo org> AuthorDate: Sun Sep 9 16:22:18 2012 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sun Sep 9 16:22:18 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=7abb262d Fix bug #433962 --- eclass/mozconfig-3.eclass | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass index 71ec8f2..38c3be7 100644 --- a/eclass/mozconfig-3.eclass +++ b/eclass/mozconfig-3.eclass @@ -91,6 +91,7 @@ mozconfig_config() { mozconfig_annotate '' --disable-gnomevfs mozconfig_annotate '' --disable-gnomeui mozconfig_annotate '' --enable-gio + mozconfig_annotate '' --disable-crashreporter if [[ ${PN} != thunderbird ]] ; then mozconfig_annotate 'places' --enable-storage --enable-places --enable-places_bookmarks mozconfig_annotate '' --enable-oji --enable-mathml