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

Collapse All | Expand All

(-)portage.py.orig (-1 / +1 lines)
Lines 6064-6070 class dblink: Link Here
6064
				# upgraded. We effectively only want one half of the config protection
6064
				# upgraded. We effectively only want one half of the config protection
6065
				# functionality for /lib/modules. For portage-ng both capabilities
6065
				# functionality for /lib/modules. For portage-ng both capabilities
6066
				# should be able to be independently specified.
6066
				# should be able to be independently specified.
6067
				if self.isprotected(obj) or ((len(obj) > len(modprotect)) and (obj[0:len(modprotect)]==modprotect)):
6067
				if (len(obj) > len(modprotect)) and (obj[0:len(modprotect)]==modprotect):
6068
					print "--- cfgpro "+str(pkgfiles[obj][0]), obj
6068
					print "--- cfgpro "+str(pkgfiles[obj][0]), obj
6069
					continue
6069
					continue
6070
6070

Return to bug 8423