diff options
Diffstat (limited to 'paludis/resolver/any_child_score.se')
-rw-r--r-- | paludis/resolver/any_child_score.se | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paludis/resolver/any_child_score.se b/paludis/resolver/any_child_score.se index b04ebbc13..c65d3386c 100644 --- a/paludis/resolver/any_child_score.se +++ b/paludis/resolver/any_child_score.se @@ -7,9 +7,9 @@ make_enum_AnyChildScore() namespace paludis::resolver key acs_worse_than_worst "Worse than the worst option" - key acs_hate_hate_hate "Doesn't even exist" key acs_avoid "Explicitly avoiding" - key acs_exists "Exists" + key acs_not_installable "Not installable" + key acs_installable "Installable" key acs_blocks_installed "Blocks a currently-installed package" key acs_could_install "Could install" key acs_will_be_installing "Will be installing" |