From 278cfb8c77d60644b81ae624b37db95b7a714410 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Fri, 14 Sep 2012 21:58:21 +0100 Subject: Parallel, not raw value for upgrade slots --- paludis/repositories/e/e_repository_sets.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paludis/repositories/e/e_repository_sets.cc b/paludis/repositories/e/e_repository_sets.cc index b6c454d37..496258bdb 100644 --- a/paludis/repositories/e/e_repository_sets.cc +++ b/paludis/repositories/e/e_repository_sets.cc @@ -312,7 +312,7 @@ ERepositorySets::security_set(bool insecurity) const else { Context local_local_local_context("When finding upgrade for '" + stringify(glsa_pkg->name()) + ":" - + ((*c)->slot_key() ? stringify((*c)->slot_key()->parse_value().raw_value()) : "(none)") + "'"); + + ((*c)->slot_key() ? stringify((*c)->slot_key()->parse_value().parallel_value()) : "(none)") + "'"); /* we need to find the best not vulnerable installable package that isn't masked * that's in the same slot as our vulnerable installed package. */ -- cgit v1.2.3