summaryrefslogtreecommitdiffstats
path: root/cnf/sets
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-07-27 13:19:00 -0700
committerZac Medico <zmedico@gentoo.org>2010-07-27 13:19:00 -0700
commit53f820a855cc9c817424c4705ca6f7b72b63e31e (patch)
tree5bd15dcd1c1e441d894d0528e9af99e128910a59 /cnf/sets
parentb1692269047db9f6c59f5203629ab2fc68423086 (diff)
downloadportage-53f820a855cc9c817424c4705ca6f7b72b63e31e.tar.gz
portage-53f820a855cc9c817424c4705ca6f7b72b63e31e.tar.bz2
portage-53f820a855cc9c817424c4705ca6f7b72b63e31e.zip
Make the world-candidate package set attribute default to False, since
[usersets] is the only one for which it is True in the default config.
Diffstat (limited to 'cnf/sets')
-rw-r--r--cnf/sets/portage.conf12
1 files changed, 1 insertions, 11 deletions
diff --git a/cnf/sets/portage.conf b/cnf/sets/portage.conf
index 87280cef6..2a66512e7 100644
--- a/cnf/sets/portage.conf
+++ b/cnf/sets/portage.conf
@@ -7,18 +7,15 @@
# Not much that could be changed for world, so better leave it alone
[world]
class = portage.sets.base.DummyPackageSet
-world-candidate = False
packages = @selected @system
# Not much that could be changed for world, so better leave it alone
[selected]
class = portage.sets.files.WorldSelectedSet
-world-candidate = False
# Same as for world, though later portage versions might use a different class
[system]
class = portage.sets.profiles.PackagesSystemSet
-world-candidate = False
# For security there are multiple classes available, but differences are
# rather small (normally there should be no visible difference):
@@ -29,7 +26,6 @@ world-candidate = False
# - SecuritySet: include all GLSAs
[security]
class = portage.sets.security.NewAffectedSet
-world-candidate = False
# A superset of the classic <parameter>world</parameter> target, a set created
# by this class contains SLOT atoms to match all installed packages. Note that
@@ -37,7 +33,6 @@ world-candidate = False
# uninstallation of blocked packages.
[installed]
class = portage.sets.dbapi.EverythingSet
-world-candidate = False
# The following treats all files in /etc/portage/sets as a package set called
# '$filename'.
@@ -45,40 +40,35 @@ world-candidate = False
class = portage.sets.files.StaticFileSet
multiset = true
directory = %(PORTAGE_CONFIGROOT)setc/portage/sets
+world-candidate = True
# Set to rebuild all packages that need a preserved lib that only remains due
# to FEATURES=preserve-libs
[preserved-rebuild]
class = portage.sets.libs.PreservedLibraryConsumerSet
-world-candidate = False
# Installed ebuilds that inherit from known live eclasses.
[live-rebuild]
class = portage.sets.dbapi.VariableSet
-world-candidate = False
variable = INHERITED
includes = bzr cvs darcs git mercurial subversion tla
# Installed packages that own files inside /lib/modules.
[module-rebuild]
class = portage.sets.dbapi.OwnerSet
-world-candidate = False
files = %(ROOT)slib/modules
# Binary packages that have a different build time from a currently
# installed package of the exact same version.
[rebuilt-binaries]
class = portage.sets.dbapi.RebuiltBinaries
-world-candidate = False
# Installed packages for which the highest visible ebuild
# version is lower than the currently installed version.
[downgrade]
class = portage.sets.dbapi.DowngradeSet
-world-candidate = False
# Installed packages for which there are no visible ebuilds
# corresponding to the same $CATEGORY/$PN:$SLOT.
[unavailable]
class = portage.sets.dbapi.UnavailableSet
-world-candidate = False