diff options
Diffstat (limited to 'paludis/environments/test/test_environment.hh')
-rw-r--r-- | paludis/environments/test/test_environment.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/paludis/environments/test/test_environment.hh b/paludis/environments/test/test_environment.hh index 79055afe9..c80448a44 100644 --- a/paludis/environments/test/test_environment.hh +++ b/paludis/environments/test/test_environment.hh @@ -121,6 +121,10 @@ namespace paludis virtual const std::shared_ptr<const MetadataValueKey<FSPath> > preferred_root_key() const; virtual const std::shared_ptr<const MetadataValueKey<FSPath> > system_root_key() const; + virtual Tribool interest_in_suggestion( + const std::shared_ptr<const PackageID> & from_id, + const PackageDepSpec & spec) const; + virtual const Tribool want_choice_enabled( const std::shared_ptr<const PackageID> &, const std::shared_ptr<const Choice> &, |