Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in portage-utils/tests/profile/profile1/etc/portage: make.conf
Date: Thu, 31 Oct 2013 02:40:31
Message-Id: 20131031024024.E286A20051@flycatcher.gentoo.org
1 vapier 13/10/31 02:40:24
2
3 Modified: make.conf
4 Log:
5 fix bug related to var parsing w/out braces
6
7 Revision Changes Path
8 1.4 portage-utils/tests/profile/profile1/etc/portage/make.conf
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf?r1=1.3&r2=1.4
13
14 Index: make.conf
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- make.conf 28 Oct 2012 10:29:38 -0000 1.3
21 +++ make.conf 31 Oct 2013 02:40:24 -0000 1.4
22 @@ -17,3 +17,6 @@
23
24 PORTAGE_BINHOST="http://someurl/" # this is a comment
25 NOCOLOR=1 # this is a comment
26 +
27 +# Catch a bug with var parsing.
28 +PKGDIR="$PREFLIGHT_BINHOST $FULL_BINHOST"