projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f3e904
)
Fix typo in comment.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 11 Sep 2010 04:06:42 +0000
(21:06 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 11 Sep 2010 04:06:42 +0000
(21:06 -0700)
pym/portage/package/ebuild/_spawn_nofetch.py
patch
|
blob
|
history
diff --git
a/pym/portage/package/ebuild/_spawn_nofetch.py
b/pym/portage/package/ebuild/_spawn_nofetch.py
index 8de0a94bd0d31c92dd84aced30eddf1b597b4203..cf5b1157a461f13a204f9b8873a007b0e5bd4d0b 100644
(file)
--- a/
pym/portage/package/ebuild/_spawn_nofetch.py
+++ b/
pym/portage/package/ebuild/_spawn_nofetch.py
@@
-21,7
+21,7
@@
def spawn_nofetch(portdb, ebuild_path, settings=None):
If settings is None then a suitable config instance will be
acquired from the given portdbapi instance.
- A private PORTAGE_BUILDDIR
is
be created and cleaned up, in
+ A private PORTAGE_BUILDDIR
will
be created and cleaned up, in
order to avoid any interference with any other processes.
If PORTAGE_TMPDIR is writable, that will be used, otherwise
the default directory for the tempfile module will be used.