projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81ec22f
)
remove O and PPID from being readonly. O is set python side (and we will hopefully...
author
Alec Warner
<antarus@gentoo.org>
Tue, 6 Nov 2007 06:25:50 +0000
(06:25 -0000)
committer
Alec Warner
<antarus@gentoo.org>
Tue, 6 Nov 2007 06:25:50 +0000
(06:25 -0000)
svn path=/main/trunk/; revision=8437
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index bad2cacb19e57ec3977837e27f74ea474677eb61..30c6c958cc20468be5e08842c9ad594114a930c0 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-1429,7
+1429,7
@@
export S=${WORKDIR}/${P}
unset E_IUSE E_DEPEND E_RDEPEND E_PDEPEND
-for x in T P PN PV PVR PR CATEGORY A EBUILD EMERGE_FROM
O PPID
FILESDIR PORTAGE_TMPDIR; do
+for x in T P PN PV PVR PR CATEGORY A EBUILD EMERGE_FROM FILESDIR PORTAGE_TMPDIR; do
[[ ${!x-UNSET_VAR} != UNSET_VAR ]] && declare -r ${x}
done
# Need to be able to change D in dyn_preinst due to the IMAGE stuff