diff options
Diffstat (limited to '0.8.0/paludis/environment/no_config/no_config_environment.sr')
-rw-r--r-- | 0.8.0/paludis/environment/no_config/no_config_environment.sr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/0.8.0/paludis/environment/no_config/no_config_environment.sr b/0.8.0/paludis/environment/no_config/no_config_environment.sr new file mode 100644 index 000000000..0db14bbef --- /dev/null +++ b/0.8.0/paludis/environment/no_config/no_config_environment.sr @@ -0,0 +1,19 @@ +#!/bin/bash +# vim: set sw=4 sts=4 et : + +make_class_NoConfigEnvironmentParams() +{ + key repository_dir "FSEntry" + key accept_unstable bool + allow_named_args +} + +make_class_NoConfigEnvironmentProfilesDescLine() +{ + key path FSEntry + key arch std::string + key status std::string + key db PackageDatabase::Pointer + allow_named_args +} + |