diff options
author | Brian Harring <ferringb@gentoo.org> | 2005-08-03 00:51:59 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2005-08-03 00:51:59 +0000 |
commit | ef0f6ad5a5d17047e2238580767a4571d71c6bce (patch) | |
tree | ac218c672900919ad57a985ca12489ab8465ebf3 | |
parent | whitespace fix in errors.py (diff) | |
download | portage-cvs-ef0f6ad5a5d17047e2238580767a4571d71c6bce.tar.gz portage-cvs-ef0f6ad5a5d17047e2238580767a4571d71c6bce.tar.bz2 portage-cvs-ef0f6ad5a5d17047e2238580767a4571d71c6bce.zip |
tweak to the instantiation target for domain (not reay to use it yet)
-rw-r--r-- | rewrite-misc/conf_default_types | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rewrite-misc/conf_default_types b/rewrite-misc/conf_default_types index 2974c31..038cc6b 100644 --- a/rewrite-misc/conf_default_types +++ b/rewrite-misc/conf_default_types @@ -88,13 +88,13 @@ section_ref = base_repo positional = base_repo profile incrementals [domain] -instantiate = portage.config.parser.domain +#instantiate = portage.config.parser.domain required = repositories profile root class incrementals section_ref = repositories profile list = %(default_incrementals)s package.keywords package.use package.unmask package.mask repositories incrementals = %(default_incrementals)s defaults = class root incrementals -class = portage.config.domain +class = portage.config.domain.domain root = / positional = incrementals root profile repositories |