From dec44665f91e1ba78573ae95f6585e5a293916a0 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 13 Dec 2007 21:21:33 +0000 Subject: Add --buildpkgonly to the options lists that exempt from slot collisions and world file updates. svn path=/main/trunk/; revision=8917 --- pym/_emerge/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pym/_emerge/__init__.py') diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index a6480530a..22bf73f96 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -2795,7 +2795,8 @@ class depgraph(object): def _accept_collisions(self): acceptable = False - for x in ("--nodeps", "--pretend", "--fetchonly", "--fetch-all-uri"): + for x in ("--buildpkgonly", "--fetchonly", + "--fetch-all-uri", "--nodeps", "--pretend"): if x in self.myopts: acceptable = True break @@ -3850,7 +3851,7 @@ class depgraph(object): def saveNomergeFavorites(self): """Find atoms in favorites that are not in the mergelist and add them to the world file if necessary.""" - for x in ("--fetchonly", "--fetch-all-uri", + for x in ("--buildpkgonly", "--fetchonly", "--fetch-all-uri", "--oneshot", "--onlydeps", "--pretend"): if x in self.myopts: return -- cgit v1.2.3-1-g7c22