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

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- portage-2.0.51-r7/pym/portage.py
0
++ portage-2.0.51-r7.new/pym/portage.py
Lines 752-757 Link Here
752
	pkgs=grabfile(myfilename,compatlevel)
752
	pkgs=grabfile(myfilename,compatlevel)
753
	for x in range(len(pkgs)-1,-1,-1):
753
	for x in range(len(pkgs)-1,-1,-1):
754
		pkg = pkgs[x]
754
		pkg = pkgs[x]
755
		if pkg[0] == "-":
756
			pkg = pkg[1:]
755
		if pkg[0] == "*":
757
		if pkg[0] == "*":
756
			pkg = pkg[1:]
758
			pkg = pkg[1:]
757
		if not isvalidatom(pkg):
759
		if not isvalidatom(pkg):
758
-- portage-2.0.51-r7/pym/portage_util.py
760
++ portage-2.0.51-r7.new/pym/portage_util.py
Lines 166-171 Link Here
166
	pkgs=grabfile(myfilename,compatlevel)
166
	pkgs=grabfile(myfilename,compatlevel)
167
	for x in range(len(pkgs)-1,-1,-1):
167
	for x in range(len(pkgs)-1,-1,-1):
168
		pkg = pkgs[x]
168
		pkg = pkgs[x]
169
		if pkg[0] == "-":
170
			pkg = pkg[1:]
169
		if pkg[0] == "*": # Kill this so we can deal the "packages" file too
171
		if pkg[0] == "*": # Kill this so we can deal the "packages" file too
170
			pkg = pkg[1:]
172
			pkg = pkg[1:]
171
		if not isvalidatom(pkg):
173
		if not isvalidatom(pkg):

Return to bug 73167