diff options
Diffstat (limited to 'paludis/environments/test/test_environment.cc')
-rw-r--r-- | paludis/environments/test/test_environment.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/paludis/environments/test/test_environment.cc b/paludis/environments/test/test_environment.cc index fecb6467a..7e374e51b 100644 --- a/paludis/environments/test/test_environment.cc +++ b/paludis/environments/test/test_environment.cc @@ -309,6 +309,14 @@ TestEnvironment::set_want_choice_enabled(const ChoicePrefixName & p, const Unpre _imp->override_want_choice_enabled[stringify(p) + ":" + stringify(n)] = v; } +Tribool +TestEnvironment::interest_in_suggestion( + const std::shared_ptr<const PackageID> &, + const PackageDepSpec &) const +{ + return indeterminate; +} + void TestEnvironment::populate_sets() const { |