summaryrefslogtreecommitdiff
path: root/portato/backend
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-07-10 01:46:34 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-07-10 01:46:34 +0200
commit1aaa1b04303219e7e4624a98bc8c42ce6dbff2e5 (patch)
treec3ba8d5ad12a731e3cb7911ba12f866d8348bb85 /portato/backend
parente87c645c65d1735716fa4832cec910feb82d92cc (diff)
downloadportato-1aaa1b04303219e7e4624a98bc8c42ce6dbff2e5.tar.gz
portato-1aaa1b04303219e7e4624a98bc8c42ce6dbff2e5.tar.bz2
portato-1aaa1b04303219e7e4624a98bc8c42ce6dbff2e5.zip
Make the queue's update_world set-sensitive too
Diffstat (limited to 'portato/backend')
-rw-r--r--portato/backend/portage/system_22.py3
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