From 296dde1ce1c77508152de9622a82ad9198886142 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Fri, 24 Feb 2012 11:50:05 +0100 Subject: - rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to SOLVER_FLAG_ADD_ALREADY_RECOMMENDED and invert. Our policy is that the default should be zero and cover the most uses. Last chance to do the change. (sorry libzypp and hawkeye folks.) --- examples/p5solv | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/p5solv') diff --git a/examples/p5solv b/examples/p5solv index f864997..015002e 100755 --- a/examples/p5solv +++ b/examples/p5solv @@ -754,7 +754,6 @@ if ($cmd eq 'install' || $cmd eq 'erase' || $cmd eq 'up' || $cmd eq 'dup' || $cm my $solver; while (1) { $solver = $pool->Solver(); - $solver->set_flag($solv::Solver::SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED, 1); $solver->set_flag($solv::Solver::SOLVER_FLAG_SPLITPROVIDES, 1); $solver->set_flag($solv::Solver::SOLVER_FLAG_ALLOW_UNINSTALL, 1) if $cmd eq 'erase'; my @problems = $solver->solve(\@jobs); -- cgit v1.2.3