From 1aaa1b04303219e7e4624a98bc8c42ce6dbff2e5 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Thu, 10 Jul 2008 01:46:34 +0200 Subject: Make the queue's update_world set-sensitive too --- portato/backend/portage/system_22.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'portato/backend/portage') diff --git a/portato/backend/portage/system_22.py b/portato/backend/portage/system_22.py index 18e3b4e..a329ab0 100644 --- a/portato/backend/portage/system_22.py +++ b/portato/backend/portage/system_22.py @@ -38,6 +38,9 @@ class PortageSystem_22 (PortageSystem): self.SET_TREE : syssets.TreeSet } + def get_update_option (self): + return ["--update", "--oneshot"] # --oneshot to not record the used sets in world file + def has_set_support (self): return True -- cgit v1.2.3-54-g00ecf