Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Stoping vim installing X
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
Preacher 13
Guest





PostPosted: Fri Apr 12, 2002 5:09 pm    Post subject: Stoping vim installing X Reply with quote

I am running a gentoo system on an old P120 and when I pretend vim it wants to install X, is there any way to remove it from the dependency list. I am running a console only system don't want X, don't need X.

Thanks
Back to top
fghellar
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 856
Location: Porto Alegre, BR

PostPosted: Fri Apr 12, 2002 5:25 pm    Post subject: Reply with quote

If you don't want X, you should remove it (and other graphics options) from your USE variable in /etc/make.conf.

The vim ebuild includes optional support for gpm, gnome, gtk, X, perl, python, ruby and tcltk (this one currently disabled). If any of them is listed in your USE variable, it will be treated as a dependency.

[]'s
Felipe
Back to top
View user's profile Send private message
diseaser
n00b
n00b


Joined: 11 Apr 2002
Posts: 7

PostPosted: Fri Apr 12, 2002 5:36 pm    Post subject: Reply with quote

Preacher,

in /etc/make.conf:

USE="-X -gtk -gnome"

Save that, then:

emerge --pretend /usr/portage/app-editors/vim/

You should see only cscope and vim after that.
_________________
--
diseaser
Back to top
View user's profile Send private message
g2boojum
Retired Dev
Retired Dev


Joined: 15 Apr 2002
Posts: 21
Location: Houston, TX, USA

PostPosted: Mon Apr 15, 2002 3:00 pm    Post subject: Reply with quote

diseaser wrote:
Preacher,

in /etc/make.conf:

USE="-X -gtk -gnome"

Save that, then:

emerge --pretend /usr/portage/app-editors/vim/

You should see only cscope and vim after that.


Alternatively,

USE="-X -gtk -gnome" emerge vim

or even

USE="-*" emerge vim
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