diff options
-rw-r--r-- | paludis/resolver/make_uninstall_blocker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/resolver/make_uninstall_blocker.cc b/paludis/resolver/make_uninstall_blocker.cc index 34ee3a72b..ff6a5572e 100644 --- a/paludis/resolver/make_uninstall_blocker.cc +++ b/paludis/resolver/make_uninstall_blocker.cc @@ -29,7 +29,7 @@ using namespace paludis::resolver; BlockDepSpec paludis::resolver::make_uninstall_blocker(const PackageDepSpec & spec) { - BlockDepSpec result("!" + stringify(spec), spec); + BlockDepSpec result("!?" + stringify(spec), spec); auto annotations(std::make_shared<DepSpecAnnotations>()); annotations->add(make_named_values<DepSpecAnnotation>( n::key() = "<resolution>", |