Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: toolchain.eclass
Date: Thu, 22 Nov 2012 06:16:25
Message-Id: 20121122061611.CFEA620C65@flycatcher.gentoo.org
1 vapier 12/11/22 06:16:11
2
3 Modified: toolchain.eclass
4 Log:
5 fix typo in env.d generation after recent rewrite so we store all ldpaths and not just the last one #444193 by Robert Cernansky
6
7 Revision Changes Path
8 1.557 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.557&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.557&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.556&r2=1.557
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.556
18 retrieving revision 1.557
19 diff -u -r1.556 -r1.557
20 --- toolchain.eclass 22 Nov 2012 05:19:37 -0000 1.556
21 +++ toolchain.eclass 22 Nov 2012 06:16:11 -0000 1.557
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2012 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.556 2012/11/22 05:19:37 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.557 2012/11/22 06:16:11 vapier Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -496,7 +496,7 @@
31 PATH="${BINPATH}"
32 ROOTPATH="${BINPATH}"
33 GCC_PATH="${BINPATH}"
34 - LDPATH="${ldpath}"
35 + LDPATH="${ldpaths}"
36 MANPATH="${DATAPATH}/man"
37 INFOPATH="${DATAPATH}/info"
38 STDCXX_INCDIR="${STDCXX_INCDIR##*/}"