diff options
author | 2010-12-04 17:00:27 +0000 | |
---|---|---|
committer | 2010-12-04 17:00:27 +0000 | |
commit | c3e09c0cec51503b68e03a2910e16237f79356dc (patch) | |
tree | c6f391b5bed2f5af85a9aee266d463c451de9713 /paludis/resolver/destination_utils-fwd.hh | |
parent | c914953343b2f2712e7817588c414fe7af794cab (diff) | |
download | paludis-c3e09c0cec51503b68e03a2910e16237f79356dc.tar.gz paludis-c3e09c0cec51503b68e03a2910e16237f79356dc.tar.xz |
Use binary rather than unbinaryable for filtering origins
Fixes: ticket:1051
Diffstat (limited to 'paludis/resolver/destination_utils-fwd.hh')
-rw-r--r-- | paludis/resolver/destination_utils-fwd.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paludis/resolver/destination_utils-fwd.hh b/paludis/resolver/destination_utils-fwd.hh index 250083aee..3770f51d8 100644 --- a/paludis/resolver/destination_utils-fwd.hh +++ b/paludis/resolver/destination_utils-fwd.hh @@ -32,6 +32,7 @@ namespace paludis namespace resolver { bool can_make_binary_for(const std::shared_ptr<const PackageID> & id) PALUDIS_ATTRIBUTE((warn_unused_result)) PALUDIS_VISIBLE; + bool is_already_binary(const std::shared_ptr<const PackageID> & id) PALUDIS_ATTRIBUTE((warn_unused_result)) PALUDIS_VISIBLE; bool can_chroot(const std::shared_ptr<const PackageID> & id) PALUDIS_ATTRIBUTE((warn_unused_result)) PALUDIS_VISIBLE; FilteredGenerator destination_filtered_generator( |