diff options
Diffstat (limited to 'paludis/environments/portage/portage_environment.cc')
-rw-r--r-- | paludis/environments/portage/portage_environment.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/paludis/environments/portage/portage_environment.cc b/paludis/environments/portage/portage_environment.cc index 597640d56..ee1ed8989 100644 --- a/paludis/environments/portage/portage_environment.cc +++ b/paludis/environments/portage/portage_environment.cc @@ -1054,3 +1054,11 @@ PortageEnvironment::repository_from_new_config_file(const FSPath &) throw InternalError(PALUDIS_HERE, "can't create repositories on the fly for PortageEnvironment"); } +Tribool +PortageEnvironment::interest_in_suggestion( + const std::shared_ptr<const PackageID> &, + const PackageDepSpec &) const +{ + return indeterminate; +} + |