floppym     14/05/19 05:00:34

  Modified:             ChangeLog distutils-r1.eclass
  Log:
  Work around bash-4.3 bug by setting PYTHONDONTWRITEBYTECODE to an empty 
string.

Revision  Changes    Path
1.1257               eclass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1256
retrieving revision 1.1257
diff -u -r1.1256 -r1.1257
--- ChangeLog   18 May 2014 19:08:34 -0000      1.1256
+++ ChangeLog   19 May 2014 05:00:34 -0000      1.1257
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1256 2014/05/18 
19:08:34 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1257 2014/05/19 
05:00:34 floppym Exp $
+
+  19 May 2014; Mike Gilbert <[email protected]> distutils-r1.eclass:
+  Work around bash-4.3 bug by setting PYTHONDONTWRITEBYTECODE to an empty
+  string.
 
   18 May 2014; Brian Evans <[email protected]> mysql_fx.eclass:
   Fix a bug that prevented emerge --config to notice a changed datadir.



1.96                 eclass/distutils-r1.eclass

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

Index: distutils-r1.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- distutils-r1.eclass 11 May 2014 07:58:35 -0000      1.95
+++ distutils-r1.eclass 19 May 2014 05:00:34 -0000      1.96
@@ -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/distutils-r1.eclass,v 1.95 
2014/05/11 07:58:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.96 
2014/05/19 05:00:34 floppym Exp $
 
 # @ECLASS: distutils-r1
 # @MAINTAINER:
@@ -476,7 +476,7 @@
        debug-print "${FUNCNAME}: [${EPYTHON}] flags: ${flags}"
 
        # enable compilation for the install phase.
-       local -x PYTHONDONTWRITEBYTECODE
+       local -x PYTHONDONTWRITEBYTECODE=
 
        # python likes to compile any module it sees, which triggers sandbox
        # failures if some packages haven't compiled their modules yet.




Reply via email to