Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
Date: Sun, 04 Mar 2012 14:19:57
Message-Id: 20120304141947.C22542004B@flycatcher.gentoo.org
1 anarchy 12/03/04 14:19:47
2
3 Modified: mozconfig-3.eclass
4 Log:
5 Fix typo in mozconfig-3.eclass, bug #406463
6
7 Revision Changes Path
8 1.30 eclass/mozconfig-3.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.30&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.30&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.29&r2=1.30
13
14 Index: mozconfig-3.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
17 retrieving revision 1.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- mozconfig-3.eclass 28 Feb 2012 05:04:25 -0000 1.29
21 +++ mozconfig-3.eclass 4 Mar 2012 14:19:47 -0000 1.30
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2012 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.29 2012/02/28 05:04:25 anarchy Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.30 2012/03/04 14:19:47 anarchy Exp $
27 #
28 # mozconfig.eclass: the new mozilla.eclass
29
30 @@ -49,7 +49,7 @@
31 mozconfig_use_enable dbus
32 mozconfig_use_enable debug
33 mozconfig_use_enable debug tests
34 - mozconfig_use_enable debug debugger-info-modeules
35 + mozconfig_use_enable debug debugger-info-modules
36 if has +ipc ${IUSE}; then
37 mozconfig_use_enable ipc
38 fi