projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54fa057
)
Fix inverted logic in superuser logic for bug #267104. (trunk r13596)
author
Zac Medico
<zmedico@gentoo.org>
Sun, 3 May 2009 20:27:35 +0000
(20:27 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 3 May 2009 20:27:35 +0000
(20:27 -0000)
svn path=/main/branches/2.1.6/; revision=13602
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 4e770460a36e5b22be8efccdcd5b506e170c9c01..f80ff7f7ed89ee0e94cf569db0b3a7b693f671f7 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-3987,7
+3987,7
@@
def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks",
myfile_path = os.path.join(mysettings["DISTDIR"], myfile)
has_space = True
- has_space_superuser =
Fals
e
+ has_space_superuser =
Tru
e
file_lock = None
if listonly:
writemsg_stdout("\n", noiselevel=-1)
@@
-4008,7
+4008,7
@@
def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks",
if (size - mysize + vfs_stat.f_bsize) >= \
(vfs_stat.f_bsize * vfs_stat.f_bfree):
- has_space_superuser =
Tru
e
+ has_space_superuser =
Fals
e
if not has_space_superuser:
has_space = False