diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-10 01:46:34 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-10 01:46:34 +0200 |
commit | 1aaa1b04303219e7e4624a98bc8c42ce6dbff2e5 (patch) | |
tree | c3ba8d5ad12a731e3cb7911ba12f866d8348bb85 /portato/backend | |
parent | e87c645c65d1735716fa4832cec910feb82d92cc (diff) | |
download | portato-1aaa1b04303219e7e4624a98bc8c42ce6dbff2e5.tar.gz portato-1aaa1b04303219e7e4624a98bc8c42ce6dbff2e5.tar.bz2 portato-1aaa1b04303219e7e4624a98bc8c42ce6dbff2e5.zip |
Make the queue's update_world set-sensitive too
Diffstat (limited to '')
-rw-r--r-- | portato/backend/portage/system_22.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |