Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
what is pulling it in
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Thu Feb 18, 2010 6:16 pm    Post subject: what is pulling it in Reply with quote

How do I determine what's pulling them in?
I just unmerged everything with 'gnome' in the name since I use KDE exclusively.

[ebuild N ] gnome-base/orbit-2.14.17 USE="-doc"
[ebuild N ] gnome-base/libglade-2.6.4 USE="-debug -doc"
[ebuild N ] gnome-base/libgtop-2.28.0 USE="-debug"
[ebuild N ] gnome-extra/libgsf-1.14.17 USE="bzip2 python -doc -gnome -gtk -thumbnail"
[ebuild N ] gnome-base/librsvg-2.26.0 USE="zlib -debug -doc"
[ebuild N ] gnome-base/gconf-2.28.0-r1 USE="policykit -debug -doc -ldap"
[ebuild N ] gnome-base/gnome-keyring-2.28.2 USE="pam -debug -doc -test"
_________________
AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Thu Feb 18, 2010 6:18 pm    Post subject: Reply with quote

Code:
equery depends =gnome-base/orbit-2.14.17
and so forth. :)

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Thu Feb 18, 2010 6:44 pm    Post subject: Reply with quote

john_r_graham wrote:
Code:
equery depends =gnome-base/orbit-2.14.17
and so forth. :)

- John


$ sudo equery depends =gnome-base/orbit-2.14.17
* These packages depend on =gnome-base/orbit-2.14.17:
$

I also tried:
$ sudo equery depends gnome-base/orbit
* These packages depend on gnome-base/orbit:
$

Something in world wants them.
_________________
AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Thu Feb 18, 2010 7:21 pm    Post subject: Reply with quote

Add --tree and --pretend to your emerge to see what's doing it. Forgot that "equery depends" depends on the package being installed.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Thu Feb 18, 2010 11:00 pm    Post subject: Reply with quote

Another trick is to mask the package in question, and then let portage tell you which package needs it.
Code:
# echo gnome-base/orbit >> /etc/portage/package.mask
# emerge -uDN world
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum