diff options
author | 2009-09-02 23:46:21 +0100 | |
---|---|---|
committer | 2009-09-02 23:46:21 +0100 | |
commit | 0e96d49be7ff18688cb6219c9c1c72b2006b01dd (patch) | |
tree | b960a3f0839eeb570845da99fb5b0b3fbc80440d /paludis/repositories/unpackaged/installed_id.hh | |
parent | 3ba65219b342903a4234f8adefc7d1d52c901e57 (diff) | |
download | paludis-0e96d49be7ff18688cb6219c9c1c72b2006b01dd.tar.gz paludis-0e96d49be7ff18688cb6219c9c1c72b2006b01dd.tar.xz |
Fix unpackaged upgrades.
Fixes: ticket:790
Diffstat (limited to 'paludis/repositories/unpackaged/installed_id.hh')
-rw-r--r-- | paludis/repositories/unpackaged/installed_id.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/paludis/repositories/unpackaged/installed_id.hh b/paludis/repositories/unpackaged/installed_id.hh index a9bec8846..c3763eb2e 100644 --- a/paludis/repositories/unpackaged/installed_id.hh +++ b/paludis/repositories/unpackaged/installed_id.hh @@ -89,7 +89,10 @@ namespace paludis virtual std::size_t extra_hash_value() const PALUDIS_ATTRIBUTE((warn_unused_result)); - void uninstall(const bool replace, const std::tr1::shared_ptr<OutputManager> & output_manager) const; + void uninstall( + const bool replace, + const std::tr1::shared_ptr<const PackageID> & if_for_install_id, + const std::tr1::shared_ptr<OutputManager> & output_manager) const; }; } } |