Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in crossdev-wrappers/etc: make.conf
Date: Sun, 29 Nov 2009 18:40:29
Message-Id: E1NEohA-0007BS-90@stork.gentoo.org
1 solar 09/11/29 18:40:28
2
3 Modified: make.conf
4 Log:
5 - got a report that python did not expand arch variable correctly at runtime
6
7 Revision Changes Path
8 1.5 crossdev-wrappers/etc/make.conf
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/etc/make.conf?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/etc/make.conf?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/etc/make.conf?r1=1.4&r2=1.5
13
14 Index: make.conf
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/crossdev-wrappers/etc/make.conf,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- make.conf 22 Mar 2009 04:35:02 -0000 1.4
21 +++ make.conf 29 Nov 2009 18:40:28 -0000 1.5
22 @@ -28,5 +28,5 @@
23 PKG_CONFIG_PATH="${ROOT}usr/lib/pkgconfig/"
24 #PORTDIR_OVERLAY="/usr/portage/local/"
25
26 -LIBDIR_${ARCH}="lib"
27 +LIBDIR___ARCH__="lib"
28 LIBDIR_amd64=lib64