Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10430 - main/branches/2.1.2/bin
Date: Mon, 26 May 2008 20:24:05
Message-Id: E1K0jEg-0008H7-SG@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-05-26 20:24:02 +0000 (Mon, 26 May 2008)
3 New Revision: 10430
4
5 Modified:
6 main/branches/2.1.2/bin/ebuild.sh
7 Log:
8 Skip source_all_bashrcs() when $EBUILD_PHASE is not set. (trunk r10429)
9
10
11 Modified: main/branches/2.1.2/bin/ebuild.sh
12 ===================================================================
13 --- main/branches/2.1.2/bin/ebuild.sh 2008-05-26 20:12:18 UTC (rev 10429)
14 +++ main/branches/2.1.2/bin/ebuild.sh 2008-05-26 20:24:02 UTC (rev 10430)
15 @@ -1348,6 +1348,7 @@
16 }
17
18 source_all_bashrcs() {
19 + [ -n "$EBUILD_PHASE" ] || return
20 local OCC="${CC}" OCXX="${CXX}"
21 # source the existing profile.bashrc's.
22 save_IFS
23
24 --
25 gentoo-commits@l.g.o mailing list