diff options
Diffstat (limited to 'paludis/repositories/e/exheres_layout.cc')
-rw-r--r-- | paludis/repositories/e/exheres_layout.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/paludis/repositories/e/exheres_layout.cc b/paludis/repositories/e/exheres_layout.cc index dd251c7cd..df6ffab7c 100644 --- a/paludis/repositories/e/exheres_layout.cc +++ b/paludis/repositories/e/exheres_layout.cc @@ -660,3 +660,9 @@ ExheresLayout::accounts_repository_data_location_key() const return make_null_shared_ptr(); } +std::tr1::shared_ptr<MetadataValueKey<FSEntry> > +ExheresLayout::e_updates_location_key() const +{ + return make_null_shared_ptr(); +} + |