diff options
Diffstat (limited to 'paludis/environments/no_config/no_config_environment.hh')
-rw-r--r-- | paludis/environments/no_config/no_config_environment.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/paludis/environments/no_config/no_config_environment.hh b/paludis/environments/no_config/no_config_environment.hh index 54193754f..1ccb45ac6 100644 --- a/paludis/environments/no_config/no_config_environment.hh +++ b/paludis/environments/no_config/no_config_environment.hh @@ -163,6 +163,11 @@ namespace paludis ) const PALUDIS_ATTRIBUTE((warn_unused_result)); + virtual Tribool interest_in_suggestion( + const std::shared_ptr<const PackageID> & from_id, + const PackageDepSpec & spec) const + PALUDIS_ATTRIBUTE((warn_unused_result)); + virtual std::shared_ptr<PackageDatabase> package_database() PALUDIS_ATTRIBUTE((warn_unused_result)); |