diff options
author | 2008-10-10 22:10:17 +0100 | |
---|---|---|
committer | 2008-10-10 22:12:06 +0100 | |
commit | ca07bf6393b0db1cc3162da8ef0eac9c9ba484e8 (patch) | |
tree | a40b5441cd5d2587e4e7c959cddbf826df39e6f9 /paludis/args/man.cc | |
parent | b72601a91b640a34c7aa2dc1ef92428ecf22b1cc (diff) | |
download | paludis-ca07bf6393b0db1cc3162da8ef0eac9c9ba484e8.tar.gz paludis-ca07bf6393b0db1cc3162da8ef0eac9c9ba484e8.tar.xz |
Change how NoConfigEnvironment does masters.
Now rather than specifying the master repository directory, we specify
the master repository name (if there's no layout.conf) and a number of
extra repository directories.
Clients now use --extra-repository-dir (possibly multiple times) and
--master-repository-name (if it can't be determined automatically)
instead of --master-repository-dir.
Fixes: ticket:635.
Diffstat (limited to 'paludis/args/man.cc')
-rw-r--r-- | paludis/args/man.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/paludis/args/man.cc b/paludis/args/man.cc index b6c21d2ba..4e2b3c2fe 100644 --- a/paludis/args/man.cc +++ b/paludis/args/man.cc @@ -88,6 +88,10 @@ namespace _dw.end_extra_arg(); } + + void visit(const StringSequenceArg &) + { + } }; } |