Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 267104 | Differences between
and this patch

Collapse All | Expand All

(-)pym/portage/__init__.py (-2 / +2 lines)
Lines 3996-4002 Link Here
3996
3996
3997
		myfile_path = os.path.join(mysettings["DISTDIR"], myfile)
3997
		myfile_path = os.path.join(mysettings["DISTDIR"], myfile)
3998
		has_space = True
3998
		has_space = True
3999
		has_space_superuser = False
3999
		has_space_superuser = True
4000
		file_lock = None
4000
		file_lock = None
4001
		if listonly:
4001
		if listonly:
4002
			writemsg_stdout("\n", noiselevel=-1)
4002
			writemsg_stdout("\n", noiselevel=-1)
Lines 4017-4023 Link Here
4017
4017
4018
					if (size - mysize + vfs_stat.f_bsize) >= \
4018
					if (size - mysize + vfs_stat.f_bsize) >= \
4019
						(vfs_stat.f_bsize * vfs_stat.f_bfree):
4019
						(vfs_stat.f_bsize * vfs_stat.f_bfree):
4020
						has_space_superuser = True
4020
						has_space_superuser = False
4021
4021
4022
					if not has_space_superuser:
4022
					if not has_space_superuser:
4023
						has_space = False
4023
						has_space = False

Return to bug 267104