Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 409839
Collapse All | Expand All

(-)prefix-portage-2.2.01.20271.orig/pym/portage/util/__init__.py (-1 lines)
Lines 352-358 Link Here
352
		'sys-apps/portage x86 amd64 ppc'
352
		'sys-apps/portage x86 amd64 ppc'
353
		would return
353
		would return
354
		{ "sys-apps/portage" : [ 'x86', 'amd64', 'ppc' ]
354
		{ "sys-apps/portage" : [ 'x86', 'amd64', 'ppc' ]
355
		the line syntax is key : [list of values]
356
	"""
355
	"""
357
	newdict={}
356
	newdict={}
358
	for x in grablines(myfilename, recursive):
357
	for x in grablines(myfilename, recursive):

Return to bug 409839