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: ChangeLog mozconfig-3.eclass
Date: Mon, 21 Nov 2011 15:29:54
Message-Id: 20111121152936.5BDE32004B@flycatcher.gentoo.org
1 anarchy 11/11/21 15:29:36
2
3 Modified: ChangeLog mozconfig-3.eclass
4 Log:
5 fix crashreporter useflag so it can be disabled
6
7 Revision Changes Path
8 1.23 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.23&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.23&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.22&r2=1.23
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- ChangeLog 21 Nov 2011 10:15:46 -0000 1.22
21 +++ ChangeLog 21 Nov 2011 15:29:36 -0000 1.23
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.22 2011/11/21 10:15:46 sera Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.23 2011/11/21 15:29:36 anarchy Exp $
27 +
28 + 21 Nov 2011; Jory A. Pratt <anarchy@g.o> mozconfig-3.eclass:
29 + Fix handling of crashreporter use.
30
31 21 Nov 2011; Ralph Sennhauser <sera@g.o> java-vm-2.eclass:
32 Move handling of PaX marking JVM executables to eclass.
33
34
35
36 1.26 eclass/mozconfig-3.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.26&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.26&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.25&r2=1.26
41
42 Index: mozconfig-3.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
45 retrieving revision 1.25
46 retrieving revision 1.26
47 diff -u -r1.25 -r1.26
48 --- mozconfig-3.eclass 14 Nov 2011 15:54:08 -0000 1.25
49 +++ mozconfig-3.eclass 21 Nov 2011 15:29:36 -0000 1.26
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.25 2011/11/14 15:54:08 nirbheek Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.26 2011/11/21 15:29:36 anarchy Exp $
55 #
56 # mozconfig.eclass: the new mozilla.eclass
57
58 @@ -38,7 +38,7 @@
59
60 mozconfig_use_enable alsa ogg
61 mozconfig_use_enable alsa wave
62 - if has crashreporter ${IUSE} ; then
63 + if has +crashreporter ${IUSE} ; then
64 mozconfig_use_enable crashreporter
65 fi
66 mozconfig_use_enable dbus