From 4bc02b543eeb13caa52c921ff1d9fbf808b692f8 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Thu, 10 Apr 2008 18:47:22 +0000 Subject: [PATCH] Restore compilation. This should eventually use the _map variant, to be faster, but that requires caching the installedmap and conflictsmap somewhere (the system repo I think). --- zypp/sat/Solvable.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/sat/Solvable.cc b/zypp/sat/Solvable.cc index 62ca70505..77f773941 100644 --- a/zypp/sat/Solvable.cc +++ b/zypp/sat/Solvable.cc @@ -387,7 +387,7 @@ namespace zypp ValidValue Solvable::validate() const { NO_SOLVABLE_RETURN( NOTRELEVANT ); - int ret = solvable_trivial_installable (_solvable, Pool::instance().systemRepo().get()); + int ret = solvable_trivial_installable_repo (_solvable, Pool::instance().systemRepo().get()); if (ret == 0) return BROKEN; else if (ret > 0) -- 2.34.1