Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc/files/eblits: common.eblit src_install.eblit
Date: Mon, 29 Dec 2008 09:22:47
Message-Id: E1LHEKj-0000iz-NZ@stork.gentoo.org
1 vapier 08/12/29 09:22:45
2
3 Modified: common.eblit src_install.eblit
4 Log:
5 Stop removing locale vars from environment #252802 by Harald van Dijk.
6 (Portage version: 2.2_rc18/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.8 sys-libs/glibc/files/eblits/common.eblit
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?r1=1.7&r2=1.8
14
15 Index: common.eblit
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- common.eblit 23 Dec 2008 11:59:43 -0000 1.7
22 +++ common.eblit 29 Dec 2008 09:22:45 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 1.7 2008/12/23 11:59:43 bluebird Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 1.8 2008/12/29 09:22:45 vapier Exp $
28
29 # We need to be able to set alternative headers for
30 # compiling for non-native platform
31 @@ -251,8 +251,6 @@
32
33 # Setup toolchain variables that would be defined in the profiles for these archs.
34 setup_env() {
35 - # These should not be set, else the zoneinfo do not always get installed ...
36 - unset LANGUAGE LANG LC_ALL
37 # silly users
38 unset LD_RUN_PATH
39
40
41
42
43 1.7 sys-libs/glibc/files/eblits/src_install.eblit
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit?rev=1.7&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit?rev=1.7&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit?r1=1.6&r2=1.7
48
49 Index: src_install.eblit
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit,v
52 retrieving revision 1.6
53 retrieving revision 1.7
54 diff -u -r1.6 -r1.7
55 --- src_install.eblit 23 Jun 2008 01:39:13 -0000 1.6
56 +++ src_install.eblit 29 Dec 2008 09:22:45 -0000 1.7
57 @@ -1,12 +1,8 @@
58 # Copyright 1999-2007 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit,v 1.6 2008/06/23 01:39:13 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit,v 1.7 2008/12/29 09:22:45 vapier Exp $
62
63 toolchain-glibc_src_install() {
64 - # These should not be set, else the
65 - # zoneinfo do not always get installed ...
66 - unset LANGUAGE LANG LC_ALL
67 -
68 local GBUILDDIR
69 if want_linuxthreads ; then
70 GBUILDDIR=${WORKDIR}/build-${ABI}-${CTARGET}-linuxthreads