Re: [gentoo-user] if I unmerge XYZ...

2008-12-10 Thread Andrew Gaydenko
On Tuesday 09 December 2008 16:46:54 Alex Schuster wrote:
 Andrew Gaydenko writes:
  Is there a way to predict which dependecies will be unsatisfied at case
  of unmerging some package without real unmerging?

 emerge --depclean -pv XYZ

   Wonko

Thanks!



[gentoo-user] if I unmerge XYZ...

2008-12-09 Thread Andrew Gaydenko
Hi!

Is there a way to predict which dependecies will be unsatisfied at case of 
unmerging some package without real unmerging?



Re: [gentoo-user] if I unmerge XYZ...

2008-12-09 Thread Arttu V.
On 12/9/08, Andrew Gaydenko [EMAIL PROTECTED] wrote:
 Hi!

 Is there a way to predict which dependecies will be unsatisfied at case of
 unmerging some package without real unmerging?

Not being quite sure what without real unmerging here means, I'd
recommend checking out the man page of equery, especially the
depends option.

Maybe equery --indirect depends foo is what you're looking for?

-- 
Arttu V.



Re: [gentoo-user] if I unmerge XYZ...

2008-12-09 Thread Alex Schuster
Andrew Gaydenko writes:

 Is there a way to predict which dependecies will be unsatisfied at case
 of unmerging some package without real unmerging?

emerge --depclean -pv XYZ

Wonko