diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-09 21:20:04 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-09 21:20:04 +0200 |
commit | 9eb714ea374b04cc8beed223106f1c9615accc60 (patch) | |
tree | 2a3b5e036d2aa3c72306fe8efe875cdaecc0068f /etc | |
parent | c10d60d57fc5c3f0eff217f216ce4f0a0897cb55 (diff) | |
download | portato-9eb714ea374b04cc8beed223106f1c9615accc60.tar.gz portato-9eb714ea374b04cc8beed223106f1c9615accc60.tar.bz2 portato-9eb714ea374b04cc8beed223106f1c9615accc60.zip |
Added set selection in preferences
Diffstat (limited to '')
-rw-r--r-- | etc/portato.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/portato.cfg b/etc/portato.cfg index ca20fd9..4095c23 100644 --- a/etc/portato.cfg +++ b/etc/portato.cfg @@ -47,6 +47,11 @@ keywordperversion = True maskperversion = True useperversion = False +; the sets which are going to be updated on "update world" +; this is only important for >=portage-2.2 +; values: comma-speparated set-names +updatesets = system, world + # # Frontend section for options common to more than one GUI. # Not all frontends have to support all of the options. |