diff options
author | 2011-02-01 15:58:00 +0000 | |
---|---|---|
committer | 2011-02-01 15:58:00 +0000 | |
commit | 462b3e40072d94d9af6c30b3862aec7e0f4db398 (patch) | |
tree | 35ccebdcb8567e501cb0036426d0c0c4a7043139 | |
parent | 53af40c9333bf44b50bf3357e2a41c9353473f17 (diff) | |
download | paludis-462b3e40072d94d9af6c30b3862aec7e0f4db398.tar.gz paludis-462b3e40072d94d9af6c30b3862aec7e0f4db398.tar.xz |
Exheres repos don't inherit categories
-rw-r--r-- | paludis/repositories/e/exheres_layout.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/paludis/repositories/e/exheres_layout.cc b/paludis/repositories/e/exheres_layout.cc index 2dfa734dc..8d9c22ca5 100644 --- a/paludis/repositories/e/exheres_layout.cc +++ b/paludis/repositories/e/exheres_layout.cc @@ -179,10 +179,6 @@ ExheresLayout::need_category_names() const bool found_one(false); std::list<FSPath> cats_list; - if (_imp->repository->params().master_repositories()) - for (ERepositorySequence::ConstIterator e(_imp->repository->params().master_repositories()->begin()), - e_end(_imp->repository->params().master_repositories()->end()) ; e != e_end ; ++e) - cats_list.push_back((*e)->layout()->categories_file()); cats_list.push_back(categories_file()); for (std::list<FSPath>::const_iterator i(cats_list.begin()), i_end(cats_list.end()) ; |