axs         14/12/04 01:17:15

  Modified:             ChangeLog mozconfig-v5.34.eclass
  Log:
  mozconfig-v5.34.eclass - make glibc check based on elibc_glibc so that it 
works on prefix

Revision  Changes    Path
1.1452               eclass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1451
retrieving revision 1.1452
diff -u -r1.1451 -r1.1452
--- ChangeLog   4 Dec 2014 00:51:30 -0000       1.1451
+++ ChangeLog   4 Dec 2014 01:17:15 -0000       1.1452
@@ -1,6 +1,11 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1451 2014/12/04 
00:51:30 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1452 2014/12/04 
01:17:15 axs Exp $
+
+  04 Dec 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  mozconfig-v5.34.eclass:
+  mozconfig-v5.34.eclass - make glibc check based on elibc_glibc so that it
+  works on prefix
 
   04 Dec 2014; Ian Stakenvicius (_AxS_) <[email protected]>
   mozconfig-v5.34.eclass:



1.3                  eclass/mozconfig-v5.34.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.34.eclass?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.34.eclass?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.34.eclass?r1=1.2&r2=1.3

Index: mozconfig-v5.34.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.34.eclass,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mozconfig-v5.34.eclass      4 Dec 2014 00:51:30 -0000       1.2
+++ mozconfig-v5.34.eclass      4 Dec 2014 01:17:15 -0000       1.3
@@ -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/mozconfig-v5.34.eclass,v 1.2 
2014/12/04 00:51:30 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.34.eclass,v 1.3 
2014/12/04 01:17:15 axs Exp $
 #
 # @ECLASS: mozconfig-v5.33.eclass
 # @MAINTAINER:
@@ -205,7 +205,8 @@
        mozconfig_annotate '' --disable-gconf
 
        # Use jemalloc unless libc is not glibc >= 2.4
-       if has_version ">=sys-libs/glibc-2.4"; then
+       # at this time the minimum glibc in the tree is 2.9 so we should be 
safe.
+       if use elibc_glibc; then
                # We must force-enable jemalloc 3 via .mozconfig
                echo "export MOZ_JEMALLOC3=1" >> "${S}"/.mozconfig || die
                mozconfig_annotate '' --enable-jemalloc




Reply via email to