public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mozconfig-3.eclass
@ 2011-11-14 15:54 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 6+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-11-14 15:54 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/11/14 15:54:08

  Modified:             ChangeLog mozconfig-3.eclass
  Log:
  Remove obsolete xorg-x11 dep from mozconfig-3

Revision  Changes    Path
1.13                 eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	14 Nov 2011 06:10:32 -0000	1.12
+++ ChangeLog	14 Nov 2011 15:54:08 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.12 2011/11/14 06:10:32 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.13 2011/11/14 15:54:08 nirbheek Exp $
+
+  14 Nov 2011; Nirbheek Chauhan <nirbheek@gentoo.org> mozconfig-3.eclass:
+  Remove obsolete xorg-x11 dep from mozconfig-3
 
   14 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gnome2-utils.eclass,
   gnome2.eclass:



1.25                 eclass/mozconfig-3.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.24&r2=1.25

Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- mozconfig-3.eclass	11 Nov 2011 01:37:44 -0000	1.24
+++ mozconfig-3.eclass	14 Nov 2011 15:54:08 -0000	1.25
@@ -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.24 2011/11/11 01:37:44 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.25 2011/11/14 15:54:08 nirbheek Exp $
 #
 # mozconfig.eclass: the new mozilla.eclass
 
@@ -18,7 +18,6 @@
 	dev-libs/expat
 	>=dev-libs/libIDL-0.8.0
 	>=dev-libs/libevent-1.4.7
-	!<x11-base/xorg-x11-6.7.0-r2
 	>=x11-libs/cairo-1.8[X]
 	>=x11-libs/gtk+-2.8.6:2
 	>=x11-libs/pango-1.10.1[X]






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mozconfig-3.eclass
@ 2011-11-21 15:29 Jory Pratt (anarchy)
  0 siblings, 0 replies; 6+ messages in thread
From: Jory Pratt (anarchy) @ 2011-11-21 15:29 UTC (permalink / raw
  To: gentoo-commits

anarchy     11/11/21 15:29:36

  Modified:             ChangeLog mozconfig-3.eclass
  Log:
  fix crashreporter useflag so it can be disabled

Revision  Changes    Path
1.23                 eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	21 Nov 2011 10:15:46 -0000	1.22
+++ ChangeLog	21 Nov 2011 15:29:36 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.22 2011/11/21 10:15:46 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.23 2011/11/21 15:29:36 anarchy Exp $
+
+  21 Nov 2011; Jory A. Pratt <anarchy@gentoo.org> mozconfig-3.eclass:
+  Fix handling of crashreporter use.
 
   21 Nov 2011; Ralph Sennhauser <sera@gentoo.org> java-vm-2.eclass:
   Move handling of PaX marking JVM executables to eclass.



1.26                 eclass/mozconfig-3.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.25&r2=1.26

Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- mozconfig-3.eclass	14 Nov 2011 15:54:08 -0000	1.25
+++ mozconfig-3.eclass	21 Nov 2011 15:29:36 -0000	1.26
@@ -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_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






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mozconfig-3.eclass
@ 2012-02-06 13:13 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 6+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2012-02-06 13:13 UTC (permalink / raw
  To: gentoo-commits

nirbheek    12/02/06 13:13:44

  Modified:             ChangeLog mozconfig-3.eclass
  Log:
  Depend on an icon theme, fixes bug 341697

Revision  Changes    Path
1.116                eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.115&r2=1.116

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	5 Feb 2012 19:14:16 -0000	1.115
+++ ChangeLog	6 Feb 2012 13:13:44 -0000	1.116
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.115 2012/02/05 19:14:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.116 2012/02/06 13:13:44 nirbheek Exp $
+
+  06 Feb 2012; Nirbheek Chauhan <nirbheek@gentoo.org> mozconfig-3.eclass:
+  Depend on an icon theme, fixes bug 341697
 
   05 Feb 2012; Mike Gilbert <floppym@gentoo.org> mercurial.eclass:
   Don't die if hg pull exits with status 1.



1.27                 eclass/mozconfig-3.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.26&r2=1.27

Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- mozconfig-3.eclass	21 Nov 2011 15:29:36 -0000	1.26
+++ mozconfig-3.eclass	6 Feb 2012 13:13:44 -0000	1.27
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.26 2011/11/21 15:29:36 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.27 2012/02/06 13:13:44 nirbheek Exp $
 #
 # mozconfig.eclass: the new mozilla.eclass
 
@@ -12,6 +12,7 @@
 # XXX: GConf is used for setting the default browser
 #      revisit to make it optional with GNOME 3
 # pango[X] is needed for pangoxft.h
+# freedesktop-icon-theme is needed for bug 341697
 RDEPEND="app-arch/zip
 	app-arch/unzip
 	>=app-text/hunspell-1.2
@@ -22,6 +23,7 @@
 	>=x11-libs/gtk+-2.8.6:2
 	>=x11-libs/pango-1.10.1[X]
 	virtual/jpeg
+	virtual/freedesktop-icon-theme
 	alsa? ( media-libs/alsa-lib )
 	dbus? ( >=dev-libs/dbus-glib-0.72 )
 	libnotify? ( >=x11-libs/libnotify-0.4 )






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mozconfig-3.eclass
@ 2012-09-12 22:52 Jory Pratt (anarchy)
  0 siblings, 0 replies; 6+ messages in thread
From: Jory Pratt (anarchy) @ 2012-09-12 22:52 UTC (permalink / raw
  To: gentoo-commits

anarchy     12/09/12 22:52:18

  Modified:             ChangeLog mozconfig-3.eclass
  Log:
  Disable crashreporter on all mozilla products, bug #433962

Revision  Changes    Path
1.397                eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.397&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.397&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.396&r2=1.397

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.396
retrieving revision 1.397
diff -u -r1.396 -r1.397
--- ChangeLog	12 Sep 2012 20:47:27 -0000	1.396
+++ ChangeLog	12 Sep 2012 22:52:18 -0000	1.397
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.396 2012/09/12 20:47:27 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.397 2012/09/12 22:52:18 anarchy Exp $
+
+  12 Sep 2012; Jory A. Pratt <anarchy@gentoo.org> mozconfig-3.eclass:
+  Disable crashreporter on all source builds, bug #433962.
 
   12 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org> vala.eclass:
   Small stylistic fix.



1.32                 eclass/mozconfig-3.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.31&r2=1.32

Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- mozconfig-3.eclass	18 Jul 2012 00:22:30 -0000	1.31
+++ mozconfig-3.eclass	12 Sep 2012 22:52:18 -0000	1.32
@@ -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.31 2012/07/18 00:22:30 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.32 2012/09/12 22:52:18 anarchy Exp $
 #
 # mozconfig.eclass: the new mozilla.eclass
 
@@ -91,6 +91,7 @@
 	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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mozconfig-3.eclass
@ 2013-01-16 23:57 Jory Pratt (anarchy)
  0 siblings, 0 replies; 6+ messages in thread
From: Jory Pratt (anarchy) @ 2013-01-16 23:57 UTC (permalink / raw
  To: gentoo-commits

anarchy     13/01/16 23:57:37

  Modified:             ChangeLog mozconfig-3.eclass
  Log:
  Enable webrtc for all archs again

Revision  Changes    Path
1.625                eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.625&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.625&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.624&r2=1.625

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.624
retrieving revision 1.625
diff -u -r1.624 -r1.625
--- ChangeLog	16 Jan 2013 23:01:02 -0000	1.624
+++ ChangeLog	16 Jan 2013 23:57:37 -0000	1.625
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.624 2013/01/16 23:01:02 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.625 2013/01/16 23:57:37 anarchy Exp $
+
+  16 Jan 2013; Jory A. Pratt <anarchy@gentoo.org> mozconfig-3.eclass:
+  Remove webrtc block as it is supported on all archs now.
 
   16 Jan 2013; Gilles Dartiguelongue <eva@gentoo.org> gnome2.eclass:
   Drop deprecated SCROLLKEEPER_UPDATE and switch to in_iuse.



1.34                 eclass/mozconfig-3.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.33&r2=1.34

Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- mozconfig-3.eclass	9 Dec 2012 15:37:12 -0000	1.33
+++ mozconfig-3.eclass	16 Jan 2013 23:57:37 -0000	1.34
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.33 2012/12/09 15:37:12 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.34 2013/01/16 23:57:37 anarchy Exp $
 #
 # mozconfig.eclass: the new mozilla.eclass
 
@@ -89,13 +89,6 @@
 		mozconfig_annotate '' --disable-system-libvpx
 	fi
 
-	# Disable webrtc for arches that it doesn't support, bug 444780
-	if $(mozversion_is_new_enough) ; then
-		if ! use x86 && ! use amd64 ; then
-			mozconfig_annotate '' --disable-webrtc
-		fi
-	fi
-
 	# These are enabled by default in all mozilla applications
 	mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${EPREFIX}"/usr
 	mozconfig_annotate '' --with-system-nss --with-nss-prefix="${EPREFIX}"/usr





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mozconfig-3.eclass
@ 2013-04-10  2:33 Jory Pratt (anarchy)
  0 siblings, 0 replies; 6+ messages in thread
From: Jory Pratt (anarchy) @ 2013-04-10  2:33 UTC (permalink / raw
  To: gentoo-commits

anarchy     13/04/10 02:33:48

  Modified:             ChangeLog mozconfig-3.eclass
  Log:
  Disable debug symbols unless debug useflag is enabled

Revision  Changes    Path
1.779                eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.779&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.779&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.778&r2=1.779

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.778
retrieving revision 1.779
diff -u -r1.778 -r1.779
--- ChangeLog	9 Apr 2013 23:43:53 -0000	1.778
+++ ChangeLog	10 Apr 2013 02:33:48 -0000	1.779
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.778 2013/04/09 23:43:53 zorry Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.779 2013/04/10 02:33:48 anarchy Exp $
+
+  10 Apr 2013; Jory A. Pratt <anarchy@gentoo.org> mozconfig-3.eclass:
+  Disable debug symbols unless debug is enabled.
 
   10 Apr 2013; Magnus Granberg <zorry@gentoo.org> pax-utils.eclass:
   Make PT default pax marking and change ewarn to elog



1.36                 eclass/mozconfig-3.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.35&r2=1.36

Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- mozconfig-3.eclass	24 Mar 2013 19:08:58 -0000	1.35
+++ mozconfig-3.eclass	10 Apr 2013 02:33:48 -0000	1.36
@@ -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.35 2013/03/24 19:08:58 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.36 2013/04/10 02:33:48 anarchy Exp $
 #
 # mozconfig.eclass: the new mozilla.eclass
 
@@ -64,6 +64,9 @@
 	mozconfig_use_enable dbus
 	mozconfig_use_enable debug
 	mozconfig_use_enable debug tests
+	if ! use debug ; then
+		mozconfig_annotate 'disabled by Gentoo' --disable-debug-symbols
+	fi
 	mozconfig_use_enable startup-notification
 	mozconfig_use_enable system-sqlite
 	mozconfig_use_enable wifi necko-wifi





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-04-10  2:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-21 15:29 [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mozconfig-3.eclass Jory Pratt (anarchy)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-10  2:33 Jory Pratt (anarchy)
2013-01-16 23:57 Jory Pratt (anarchy)
2012-09-12 22:52 Jory Pratt (anarchy)
2012-02-06 13:13 Nirbheek Chauhan (nirbheek)
2011-11-14 15:54 Nirbheek Chauhan (nirbheek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox