From 08455b1640613f200973021acae9ad2b15bc1c60 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 22 Dec 2006 01:19:19 +0000 Subject: For bug #158649, allow --buildpkgonly to bypass the fakedb population like --nodeps does. svn path=/main/trunk/; revision=5348 --- bin/emerge | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/emerge b/bin/emerge index d760377e1..537f3a255 100755 --- a/bin/emerge +++ b/bin/emerge @@ -877,7 +877,8 @@ class depgraph: # have after new packages have been installed. fakedb = portage.fakedbapi(settings=self.pkgsettings[myroot]) self.mydbapi[myroot] = fakedb - if "--nodeps" not in self.myopts: + if "--nodeps" not in self.myopts and \ + "--buildpkgonly" not in self.myopts: # --nodeps bypasses this, since it isn't needed in this case # and the cache pulls might trigger (slow) cache generation. for pkg in vardb.cpv_all(): -- cgit v1.2.3-1-g7c22