projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47e05e6
)
Restore compilation. This should eventually use the _map variant, to be
author
Michael Matz
<matz@suse.de>
Thu, 10 Apr 2008 18:47:22 +0000
(18:47 +0000)
committer
Michael Matz
<matz@suse.de>
Thu, 10 Apr 2008 18:47:22 +0000
(18:47 +0000)
faster, but that requires caching the installedmap and conflictsmap
somewhere (the system repo I think).
zypp/sat/Solvable.cc
patch
|
blob
|
history
diff --git
a/zypp/sat/Solvable.cc
b/zypp/sat/Solvable.cc
index 62ca70505b6eb1a5ada4ec9aec665d3d4a888a95..77f773941f29f8b516d28fad2643b90f475bebaf 100644
(file)
--- 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)