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

Collapse All | Expand All

(-)pym/portage.py.orig (-1 / +1 lines)
Lines 5160-5166 Link Here
5160
		myc.close()
5160
		myc.close()
5161
		pos=1
5161
		pos=1
5162
		for line in mylines:
5162
		for line in mylines:
5163
			mydat = string.split(line)
5163
			mydat = re.split(' ',line[:-1])
5164
			# we do this so we can remove from non-root filesystems
5164
			# we do this so we can remove from non-root filesystems
5165
			# (use the ROOT var to allow maintenance on other partitions)
5165
			# (use the ROOT var to allow maintenance on other partitions)
5166
			try:
5166
			try:

Return to bug 14983