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

(-)bin/emerge (-1 / +3 lines)
Lines 816-822 Link Here
816
			if "--buildpkgonly" in self.myopts:
816
			if "--buildpkgonly" in self.myopts:
817
				edepend["RDEPEND"] = ""
817
				edepend["RDEPEND"] = ""
818
				edepend["PDEPEND"] = ""
818
				edepend["PDEPEND"] = ""
819
		if self.myopts.get("--with-bdeps", "n") == "n" and \
819
		if not (arg and "--onlydeps" in self.myopts and \
820
			mytype == "ebuild") and \
821
			self.myopts.get("--with-bdeps", "n") == "n" and \
820
			(mytype == "binary" or mybigkey[3] == "nomerge"):
822
			(mytype == "binary" or mybigkey[3] == "nomerge"):
821
			edepend["DEPEND"] = ""
823
			edepend["DEPEND"] = ""
822
824

Return to bug 151238