diff options
author | 2007-06-27 19:21:52 +0000 | |
---|---|---|
committer | 2007-06-27 19:21:52 +0000 | |
commit | 7e0e5a87926b77173ab057059394c463deac7b69 (patch) | |
tree | ff9cc1da484e72be33f9a8945cc13f61115a42e8 /paludis/environments/no_config/no_config_environment.hh | |
parent | 1e5290d4a82c9c83314a6c81aaad7324e12b5321 (diff) | |
download | paludis-7e0e5a87926b77173ab057059394c463deac7b69.tar.gz paludis-7e0e5a87926b77173ab057059394c463deac7b69.tar.xz |
r3606@snowflake: ciaranm | 2007-06-27 20:17:54 +0100
Switch to Package IDs. Known to be broken: CRAN, Gems, QA / qualudis, gtkpaludis, contrarius, Ruby, Python, paludis --query / inquisitio output
Diffstat (limited to 'paludis/environments/no_config/no_config_environment.hh')
-rw-r--r-- | paludis/environments/no_config/no_config_environment.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/paludis/environments/no_config/no_config_environment.hh b/paludis/environments/no_config/no_config_environment.hh index 8906fd9dc..a0d118d40 100644 --- a/paludis/environments/no_config/no_config_environment.hh +++ b/paludis/environments/no_config/no_config_environment.hh @@ -23,6 +23,7 @@ #include <paludis/environment_implementation.hh> #include <paludis/util/fs_entry.hh> #include <paludis/util/private_implementation_pattern.hh> +#include <paludis/util/sr.hh> #include <libwrapiter/libwrapiter_forward_iterator-fwd.hh> namespace paludis @@ -57,7 +58,7 @@ namespace paludis private InstantiationPolicy<NoConfigEnvironment, instantiation_method::NonCopyableTag> { protected: - virtual bool accept_keywords(tr1::shared_ptr<const KeywordNameCollection>, const PackageDatabaseEntry &) const + virtual bool accept_keywords(tr1::shared_ptr<const KeywordNameCollection>, const PackageID &) const PALUDIS_ATTRIBUTE((warn_unused_result)); public: |