public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mozcoreconf-2.eclass
@ 2012-12-10 16:47 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Wendler (polynomial-c) @ 2012-12-10 16:47 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    12/12/10 16:47:55

  Modified:             ChangeLog mozcoreconf-2.eclass
  Log:
  Added changes to mozcoreconf-2.eclass on request by Anarchy.

Revision  Changes    Path
1.557                eclass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.556
retrieving revision 1.557
diff -u -r1.556 -r1.557
--- ChangeLog	9 Dec 2012 20:56:25 -0000	1.556
+++ ChangeLog	10 Dec 2012 16:47:55 -0000	1.557
@@ -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.556 2012/12/09 20:56:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.557 2012/12/10 16:47:55 polynomial-c Exp $
+
+  10 Dec 2012; Lars Wendler <polynomial-c@gentoo.org> mozcoreconf-2.eclass:
+  Added changes to mozcoreconf-2.eclass on request by Anarchy.
 
   09 Dec 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass:
   Fix python-exec symlink generation for Prefix. Thanks to Fabian Groffen for



1.25                 eclass/mozcoreconf-2.eclass

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

Index: mozcoreconf-2.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- mozcoreconf-2.eclass	9 Dec 2012 15:37:12 -0000	1.24
+++ mozcoreconf-2.eclass	10 Dec 2012 16:47:55 -0000	1.25
@@ -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/mozcoreconf-2.eclass,v 1.24 2012/12/09 15:37:12 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.25 2012/12/10 16:47:55 polynomial-c Exp $
 #
 # mozcoreconf.eclass : core options for mozilla
 # inherit mozconfig-2 if you need USE flags
@@ -216,13 +216,14 @@
 		fi
 
 	mozconfig_annotate disable_update_strip \
-		--disable-installer \
 		--disable-pedantic \
 		--disable-updater \
 		--disable-strip \
 		--disable-install-strip
 		if ! $(mozversion_is_new_enough) ; then
-			mozconfig_annotate disable_update_strip --disable-strip-libs
+			mozconfig_annotate disable_update_strip \
+				--disable-installer \
+				--disable-strip-libs
 		fi
 
 	if [[ ${PN} != seamonkey ]]; then





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

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

anarchy     13/01/16 16:00:10

  Modified:             ChangeLog mozcoreconf-2.eclass
  Log:
  Fix python dep so pysqlite can go away

Revision  Changes    Path
1.620                eclass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.619
retrieving revision 1.620
diff -u -r1.619 -r1.620
--- ChangeLog	16 Jan 2013 14:29:01 -0000	1.619
+++ ChangeLog	16 Jan 2013 16:00:10 -0000	1.620
@@ -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.619 2013/01/16 14:29:01 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.620 2013/01/16 16:00:10 anarchy Exp $
+
+  16 Jan 2013; Jory A. Pratt <anarchy@gentoo.org> mozcoreconf-2.eclass:
+  Fix sqlite dep so pysqlite can go away.
 
   16 Jan 2013; Zac Medico <zmedico@gentoo.org> linux-info.eclass:
   Fix localRESULT typo in linux_chkconfig_builtin.



1.26                 eclass/mozcoreconf-2.eclass

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

Index: mozcoreconf-2.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- mozcoreconf-2.eclass	10 Dec 2012 16:47:55 -0000	1.25
+++ mozcoreconf-2.eclass	16 Jan 2013 16:00:10 -0000	1.26
@@ -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/mozcoreconf-2.eclass,v 1.25 2012/12/10 16:47:55 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.26 2013/01/16 16:00:10 anarchy Exp $
 #
 # mozcoreconf.eclass : core options for mozilla
 # inherit mozconfig-2 if you need USE flags
@@ -16,7 +16,7 @@
 
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
-	=dev-lang/python-2*[threads]"
+	=dev-lang/python-2.7*[threads,sqlite]"
 
 # mozconfig_annotate: add an annotated line to .mozconfig
 #





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

* [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mozcoreconf-2.eclass
@ 2013-01-16 19:02 Michal Gorny (mgorny)
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2013-01-16 19:02 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/01/16 19:02:10

  Modified:             ChangeLog mozcoreconf-2.eclass
  Log:
  Migrate Mozilla packages to python-any-r1 for build-time Python dep.

Revision  Changes    Path
1.621                eclass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.620
retrieving revision 1.621
diff -u -r1.620 -r1.621
--- ChangeLog	16 Jan 2013 16:00:10 -0000	1.620
+++ ChangeLog	16 Jan 2013 19:02:10 -0000	1.621
@@ -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.620 2013/01/16 16:00:10 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.621 2013/01/16 19:02:10 mgorny Exp $
+
+  16 Jan 2013; Michał Górny <mgorny@gentoo.org> mozcoreconf-2.eclass:
+  Migrate Mozilla packages to python-any-r1 for build-time Python dep.
 
   16 Jan 2013; Jory A. Pratt <anarchy@gentoo.org> mozcoreconf-2.eclass:
   Fix sqlite dep so pysqlite can go away.



1.27                 eclass/mozcoreconf-2.eclass

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

Index: mozcoreconf-2.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- mozcoreconf-2.eclass	16 Jan 2013 16:00:10 -0000	1.26
+++ mozcoreconf-2.eclass	16 Jan 2013 19:02:10 -0000	1.27
@@ -1,11 +1,14 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.26 2013/01/16 16:00:10 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.27 2013/01/16 19:02:10 mgorny Exp $
 #
 # mozcoreconf.eclass : core options for mozilla
 # inherit mozconfig-2 if you need USE flags
 
-inherit multilib flag-o-matic python versionator
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='threads,sqlite'
+
+inherit multilib flag-o-matic python-any-r1 versionator
 
 IUSE="${IUSE} custom-cflags custom-optimization"
 
@@ -16,7 +19,7 @@
 
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
-	=dev-lang/python-2.7*[threads,sqlite]"
+	${PYTHON_DEPS}"
 
 # mozconfig_annotate: add an annotated line to .mozconfig
 #
@@ -92,13 +95,13 @@
 	export USE_PTHREADS=1
 	export ALDFLAGS=${LDFLAGS}
 
-	python_set_active_version 2
-
 	if [[ $(gcc-major-version) -eq 3 ]]; then
 		ewarn "Unsupported compiler detected, DO NOT file bugs for"
 		ewarn "outdated compilers. Bugs opened with gcc-3 will be closed"
 		ewarn "invalid."
 	fi
+
+	python-any-r1_pkg_setup
 }
 
 mozconfig_init() {





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

* [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mozcoreconf-2.eclass
@ 2013-03-25 13:08 Jory Pratt (anarchy)
  0 siblings, 0 replies; 6+ messages in thread
From: Jory Pratt (anarchy) @ 2013-03-25 13:08 UTC (permalink / raw
  To: gentoo-commits

anarchy     13/03/25 13:08:40

  Modified:             ChangeLog mozcoreconf-2.eclass
  Log:
  Fix typo is mozcoreconf-2.eclass, bug #462994

Revision  Changes    Path
1.754                eclass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.753
retrieving revision 1.754
diff -u -r1.753 -r1.754
--- ChangeLog	24 Mar 2013 19:08:58 -0000	1.753
+++ ChangeLog	25 Mar 2013 13:08:39 -0000	1.754
@@ -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.753 2013/03/24 19:08:58 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.754 2013/03/25 13:08:39 anarchy Exp $
+
+  25 Mar 2013; Jory A. Pratt <anarchy@gentoo.org> mozcoreconf-2.eclass:
+  Fix a typo for svg support in older versions, bug #462994
 
   24 Mar 2013; Jory A. Pratt <anarchy@gentoo.org> mozconfig-3.eclass mozcoreconf-2.eclass:
   Cleanup of obsolete options, address bug #446662,460592



1.29                 eclass/mozcoreconf-2.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozcoreconf-2.eclass?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozcoreconf-2.eclass?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozcoreconf-2.eclass?r1=1.28&r2=1.29

Index: mozcoreconf-2.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- mozcoreconf-2.eclass	24 Mar 2013 19:08:58 -0000	1.28
+++ mozcoreconf-2.eclass	25 Mar 2013 13:08:39 -0000	1.29
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.28 2013/03/24 19:08:58 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.29 2013/03/25 13:08:39 anarchy Exp $
 #
 # mozcoreconf.eclass : core options for mozilla
 # inherit mozconfig-2 if you need USE flags
@@ -209,7 +209,7 @@
 		--enable-pango \
 		--enable-system-cairo
 		if ! $(mozversion_is_new_enough) ; then
-			mozconfig annotate system-libs --enable-svg
+			mozconfig_annotate system-libs --enable-svg
 		fi
 
 	mozconfig_annotate disable_update_strip \





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

* [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mozcoreconf-2.eclass
@ 2013-08-26 14:39 Jory Pratt (anarchy)
  0 siblings, 0 replies; 6+ messages in thread
From: Jory Pratt (anarchy) @ 2013-08-26 14:39 UTC (permalink / raw
  To: gentoo-commits

anarchy     13/08/26 14:39:36

  Modified:             ChangeLog mozcoreconf-2.eclass
  Log:
  Fix bug #415805, unset MOZCONFIG

Revision  Changes    Path
1.937                eclass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.936
retrieving revision 1.937
diff -u -r1.936 -r1.937
--- ChangeLog	25 Aug 2013 21:15:28 -0000	1.936
+++ ChangeLog	26 Aug 2013 14:39:36 -0000	1.937
@@ -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.936 2013/08/25 21:15:28 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.937 2013/08/26 14:39:36 anarchy Exp $
+
+  26 Aug 2013; <anarchy@gentoo.org> mozcoreconf-2.eclass:
+  Fix bug #415805, unset MOZCONFIG
 
   25 Aug 2013; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass:
   Mark _copy-egg-info as internal.



1.30                 eclass/mozcoreconf-2.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozcoreconf-2.eclass?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozcoreconf-2.eclass?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozcoreconf-2.eclass?r1=1.29&r2=1.30

Index: mozcoreconf-2.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- mozcoreconf-2.eclass	25 Mar 2013 13:08:39 -0000	1.29
+++ mozcoreconf-2.eclass	26 Aug 2013 14:39:36 -0000	1.30
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.29 2013/03/25 13:08:39 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.30 2013/08/26 14:39:36 anarchy Exp $
 #
 # mozcoreconf.eclass : core options for mozilla
 # inherit mozconfig-2 if you need USE flags
@@ -93,6 +93,8 @@
 	export NO_STATIC_LIB=1
 	export USE_PTHREADS=1
 	export ALDFLAGS=${LDFLAGS}
+	# ensure MOZCONFIG is not defined
+	eval unset MOZCONFIG
 
 	# nested configure scripts in mozilla products generate unrecognized options
 	# false positives when toplevel configure passes downwards.





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

* [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mozcoreconf-2.eclass
@ 2014-01-17 16:33 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2014-01-17 16:33 UTC (permalink / raw
  To: gentoo-commits

jer         14/01/17 16:33:15

  Modified:             ChangeLog mozcoreconf-2.eclass
  Log:
  Revert inadvertent change, as noted by arfrever.

Revision  Changes    Path
1.1120               eclass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1119
retrieving revision 1.1120
diff -u -r1.1119 -r1.1120
--- ChangeLog	17 Jan 2014 14:35:11 -0000	1.1119
+++ ChangeLog	17 Jan 2014 16:33:15 -0000	1.1120
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1119 2014/01/17 14:35:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1120 2014/01/17 16:33:15 jer Exp $
+
+  17 Jan 2014; Jeroen Roovers <jer@gentoo.org> mozcoreconf-2.eclass:
+  Revert inadvertent change, as noted by arfrever.
 
   17 Jan 2014; Jeroen Roovers <jer@gentoo.org> mozcoreconf-2.eclass,
   python-utils-r1.eclass:



1.32                 eclass/mozcoreconf-2.eclass

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

Index: mozcoreconf-2.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- mozcoreconf-2.eclass	17 Jan 2014 14:35:11 -0000	1.31
+++ mozcoreconf-2.eclass	17 Jan 2014 16:33:15 -0000	1.32
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.31 2014/01/17 14:35:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.32 2014/01/17 16:33:15 jer Exp $
 #
 # mozcoreconf.eclass : core options for mozilla
 # inherit mozconfig-2 if you need USE flags
@@ -147,9 +147,9 @@
 	####################################
 
 	# Set optimization level
-#	if [[ ${ARCH} == hppa ]]; then
-#		mozconfig_annotate "more than -O0 causes a segfault on hppa" --enable-optimize=-O0
-	if [[ ${ARCH} == x86 ]]; then
+	if [[ ${ARCH} == hppa ]]; then
+		mozconfig_annotate "more than -O0 causes a segfault on hppa" --enable-optimize=-O0
+	elif [[ ${ARCH} == x86 ]]; then
 		mozconfig_annotate "less then -O2 causes a segfault on x86" --enable-optimize=-O2
 	elif use custom-optimization || [[ ${ARCH} =~ (alpha|ia64) ]]; then
 		# Set optimization level based on CFLAGS





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

end of thread, other threads:[~2014-01-17 16:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 19:02 [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog mozcoreconf-2.eclass Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-17 16:33 Jeroen Roovers (jer)
2013-08-26 14:39 Jory Pratt (anarchy)
2013-03-25 13:08 Jory Pratt (anarchy)
2013-01-16 16:00 Jory Pratt (anarchy)
2012-12-10 16:47 Lars Wendler (polynomial-c)

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