View previous topic :: View next topic |
Author |
Message |
Preacher 13 Guest
|
Posted: Fri Apr 12, 2002 5:09 pm Post subject: Stoping vim installing X |
|
|
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
Joined: 10 Apr 2002 Posts: 856 Location: Porto Alegre, BR
|
Posted: Fri Apr 12, 2002 5:25 pm Post subject: |
|
|
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 |
|
|
diseaser n00b
Joined: 11 Apr 2002 Posts: 7
|
Posted: Fri Apr 12, 2002 5:36 pm Post subject: |
|
|
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 |
|
|
g2boojum Retired Dev
Joined: 15 Apr 2002 Posts: 21 Location: Houston, TX, USA
|
Posted: Mon Apr 15, 2002 3:00 pm Post subject: |
|
|
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 |
|
|
|
|
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
|
|