diff options
Diffstat (limited to 'paludis/repositories/e/vdb_unmerger.hh')
-rw-r--r-- | paludis/repositories/e/vdb_unmerger.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/paludis/repositories/e/vdb_unmerger.hh b/paludis/repositories/e/vdb_unmerger.hh index ad2bd76eb..c3f49f9a7 100644 --- a/paludis/repositories/e/vdb_unmerger.hh +++ b/paludis/repositories/e/vdb_unmerger.hh @@ -33,6 +33,7 @@ namespace paludis { typedef Name<struct name_config_protect> config_protect; typedef Name<struct name_config_protect_mask> config_protect_mask; + typedef Name<struct name_contents> contents; typedef Name<struct name_environment> environment; typedef Name<struct name_ignore> ignore; typedef Name<struct name_output_manager> output_manager; @@ -51,6 +52,7 @@ namespace paludis { NamedValue<n::config_protect, std::string> config_protect; NamedValue<n::config_protect_mask, std::string> config_protect_mask; + NamedValue<n::contents, std::shared_ptr<const Contents> > contents; NamedValue<n::environment, Environment *> environment; NamedValue<n::ignore, const std::function<bool (const FSPath &)> > ignore; NamedValue<n::output_manager, std::shared_ptr<OutputManager> > output_manager; |