diff options
Diffstat (limited to 'paludis/repositories/e/extra_distribution_data.hh')
-rw-r--r-- | paludis/repositories/e/extra_distribution_data.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/paludis/repositories/e/extra_distribution_data.hh b/paludis/repositories/e/extra_distribution_data.hh index 85aad1f67..1a3acff24 100644 --- a/paludis/repositories/e/extra_distribution_data.hh +++ b/paludis/repositories/e/extra_distribution_data.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2008, 2009, 2010 Ciaran McCreesh + * Copyright (c) 2008, 2009, 2010, 2011 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -39,7 +39,6 @@ namespace paludis typedef Name<struct name_default_names_cache> default_names_cache; typedef Name<struct name_default_profile_eapi> default_profile_eapi; typedef Name<struct name_default_profile_layout> default_profile_layout; - typedef Name<struct name_default_provides_cache> default_provides_cache; typedef Name<struct name_default_write_cache> default_write_cache; typedef Name<struct name_news_directory> news_directory; typedef Name<struct name_qa_category_dir_checks> qa_category_dir_checks; @@ -62,7 +61,6 @@ namespace paludis NamedValue<n::default_names_cache, std::string> default_names_cache; NamedValue<n::default_profile_eapi, std::string> default_profile_eapi; NamedValue<n::default_profile_layout, std::string> default_profile_layout; - NamedValue<n::default_provides_cache, std::string> default_provides_cache; NamedValue<n::default_write_cache, std::string> default_write_cache; NamedValue<n::news_directory, FSPath> news_directory; NamedValue<n::qa_category_dir_checks, std::shared_ptr<const Set<std::string> > > qa_category_dir_checks; |