Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
Date: Sun, 04 Mar 2012 14:17:28
Message-Id: 1330870596.0215d77064bda259b3d5abece30201331578f68d.anarchy@gentoo
1 commit: 0215d77064bda259b3d5abece30201331578f68d
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 4 14:16:36 2012 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 4 14:16:36 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=0215d770
7
8 Fix typo in mozconfig-3.eclass bug #406463
9
10 ---
11 eclass/mozconfig-3.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass
15 index c90bd43..f69194e 100644
16 --- a/eclass/mozconfig-3.eclass
17 +++ b/eclass/mozconfig-3.eclass
18 @@ -47,7 +47,7 @@ mozconfig_config() {
19 mozconfig_use_enable dbus
20 mozconfig_use_enable debug
21 mozconfig_use_enable debug tests
22 - mozconfig_use_enable debug debugger-info-modeules
23 + mozconfig_use_enable debug debugger-info-modules
24 if has +ipc ${IUSE}; then
25 mozconfig_use_enable ipc
26 fi