diff options
author | 2008-04-22 12:00:43 +0000 | |
---|---|---|
committer | 2008-04-22 12:00:43 +0000 | |
commit | 7bca36310de46b08f3148faca204a8ba834117fe (patch) | |
tree | 7f62f2d4fc31182aef9fefb2397bd55c20d9569a /paludis/repositories/unpackaged/installed_id.hh | |
parent | a99e07b9dba05623954fd6e98b5de450050fc49c (diff) | |
download | paludis-7bca36310de46b08f3148faca204a8ba834117fe.tar.gz paludis-7bca36310de46b08f3148faca204a8ba834117fe.tar.xz |
Replace portage_compatible in environment.conf with accept_breaks_portage, and add a similar PALUDIS_IGNORE_BREAKS_PORTAGE for PortageEnvironment.
Diffstat (limited to 'paludis/repositories/unpackaged/installed_id.hh')
-rw-r--r-- | paludis/repositories/unpackaged/installed_id.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/repositories/unpackaged/installed_id.hh b/paludis/repositories/unpackaged/installed_id.hh index caa4e36b9..3e3de8522 100644 --- a/paludis/repositories/unpackaged/installed_id.hh +++ b/paludis/repositories/unpackaged/installed_id.hh @@ -82,7 +82,7 @@ namespace paludis virtual void perform_action(Action &) const; virtual void invalidate_masks() const; - virtual bool breaks_portage() const PALUDIS_ATTRIBUTE((warn_unused_result)); + virtual tr1::shared_ptr<const Set<std::string> > breaks_portage() const PALUDIS_ATTRIBUTE((warn_unused_result)); virtual bool arbitrary_less_than_comparison(const PackageID &) const PALUDIS_ATTRIBUTE((warn_unused_result)); virtual std::size_t extra_hash_value() const |