aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2006-04-21 02:45:25 -0700
committerBrian Harring <ferringb@gmail.com>2006-04-21 02:45:25 -0700
commitc5bd69810a643772857b269a035a64801c71b683 (patch)
tree2919583be2d608fee76b8f2a800a91e023f63893 /data
parentasserts/debug code. (diff)
downloadpkgcore-c5bd69810a643772857b269a035a64801c71b683.tar.gz
pkgcore-c5bd69810a643772857b269a035a64801c71b683.tar.bz2
pkgcore-c5bd69810a643772857b269a035a64801c71b683.zip
system set, although enabling it is slightly hackish.
Need to enable pkgcore.config.introspection to unify the sets, but too lazy to do it right now (wanted a new set of inputs for resolver work, hour worth of work for these two required features is a decent trade off)
Diffstat (limited to 'data')
-rw-r--r--data/conf_default_types12
1 files changed, 11 insertions, 1 deletions
diff --git a/data/conf_default_types b/data/conf_default_types
index 9c7e5f04..3292cd04 100644
--- a/data/conf_default_types
+++ b/data/conf_default_types
@@ -155,7 +155,9 @@ required_chksums = all
userpriv = true
-[pkgset]
+# these should obviously be combined into a common subset, and use
+# pkgcore.config.introspect to lift the type definition from the class
+[world_pkgset]
class = pkgcore.pkgsets.world.WorldFile
required = world_path
str = world_path
@@ -164,6 +166,14 @@ positional = world_path
world_path = /var/lib/portage/world
+[system_pkgset]
+class = pkgcore.pkgsets.system.SystemSet
+required = profile
+section_ref = profile
+defaults = class
+positional = profile
+
+
[DEFAULT]
metadata_keys = DEPEND RDEPEND SLOT SRC_URI RESTRICT HOMEPAGE LICENSE DESCRIPTION KEYWORDS INHERITED IUSE CDEPEND
PDEPEND PROVIDE