diff options
Diffstat (limited to 'paludis/resolver/any_child_score.se')
-rw-r--r-- | paludis/resolver/any_child_score.se | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/resolver/any_child_score.se b/paludis/resolver/any_child_score.se index d4845198b..2b8f0418e 100644 --- a/paludis/resolver/any_child_score.se +++ b/paludis/resolver/any_child_score.se @@ -11,8 +11,8 @@ make_enum_AnyChildScore() key acs_not_installable "Not installable" key acs_blocks_installed "Blocks a currently-installed package" key acs_could_install "Could install" - key acs_will_be_installing "Will be installing" key acs_already_installed "Already installed" + key acs_will_be_installing "Will be installing" key acs_vacuous_blocker "Blocker that doesn't match any installable packages" key acs_prefer "Explicitly preferred" key acs_better_than_best "Better than the best option" |