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

(-)/usr/bin/emerge (-1 / +1 lines)
Lines 517-523 Link Here
517
		if edepend.has_key("PDEPEND") and edepend["PDEPEND"]:
517
		if edepend.has_key("PDEPEND") and edepend["PDEPEND"]:
518
			# Post Depend -- Add to the list without a parent, as it depends
518
			# Post Depend -- Add to the list without a parent, as it depends
519
			# on a package being present AND must be built after that package.
519
			# on a package being present AND must be built after that package.
520
			if not self.select_dep(myroot,edepend["PDEPEND"]):
520
			if not self.select_dep(myroot,edepend["PDEPEND"],None,1):
521
				return 0
521
				return 0
522
			
522
			
523
		return 1
523
		return 1

Return to bug 12974