diff options
author | 2010-05-19 16:01:04 +0100 | |
---|---|---|
committer | 2010-05-19 16:01:04 +0100 | |
commit | cc129190d549f69eccc67407946261544d538a91 (patch) | |
tree | 08f0ffe78b5c3f63dfc89d32dba1d828a5107dd0 /paludis/repositories/e/exheres_profile.cc | |
parent | b22056183d6a0e94e28e025c6bae6970979c26c0 (diff) | |
download | paludis-cc129190d549f69eccc67407946261544d538a91.tar.gz paludis-cc129190d549f69eccc67407946261544d538a91.tar.xz |
New improved NamedValue syntax
Diffstat (limited to 'paludis/repositories/e/exheres_profile.cc')
-rw-r--r-- | paludis/repositories/e/exheres_profile.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/paludis/repositories/e/exheres_profile.cc b/paludis/repositories/e/exheres_profile.cc index ca8338402..a9613c7b7 100644 --- a/paludis/repositories/e/exheres_profile.cc +++ b/paludis/repositories/e/exheres_profile.cc @@ -100,9 +100,9 @@ namespace paludis repository(p), profiles_with_parents(new FSEntrySequence), options_conf(make_named_values<PaludisLikeOptionsConfParams>( - value_for<n::allow_locking>(true), - value_for<n::environment>(e), - value_for<n::make_config_file>(&make_config_file) + n::allow_locking() = true, + n::environment() = e, + n::make_config_file() = &make_config_file )), package_mask_file(p), packages_file(p), |