-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tom Smith wrote: > I've been trying to determine what this particular USE flag does but > there doesn't seem to be a description of it anywhere (I also checked > gentoo-portage.com). > > Does anyone know what this USE flag does or what additional > functionality it enables in vim? > > Thanks in advance for your help. from the vim.eclass:
if [[ "${MY_PN}" == "vim" ]] ; then IUSE="${IUSE} vim-with-x minimal" # see bug #111979 for modular X deps DEPEND="${DEPEND} vim-with-x? ( || ( ( x11-libs/libXt x11-libs/libX11 x11-libs/libSM x11-proto/xproto ) virtual/x11 ) )" RDEPEND="${RDEPEND} vim-with-x? ( || ( x11-libs/libXt virtual/x11 ) )" for me it is used to make vim modular X compatible. - -- Paweł Madej aka Nysander Member of QuanTeam | RLU #357047 http://wiki.quanteam.info | Gentoo Linux User http://forum-farmaceutyczne.org | GPG key: 5861680B | keyserver: http://pgp.mit.edu Kielce, Poland | UTF-8 Email Preferred Looking to buy: 6x 73 GB UW3/Ultra160 SCSI 80 pin (SCA) ..::||::.. pair of PentiumIII Slot1 1GHz/ FSB 100 processors ..::||::.. 2x 256 MB SDRAM ECC Registered Got any of this mail me, with prize and shipping costs. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD0RpZgvSMglhhaAsRAnoTAJ9LBAhCRoNIEpvY9JfO7mB5bpZzrgCeLXvz uY/gUrnCNy11oaLwD6E3kJE= =AcoV -----END PGP SIGNATURE----- -- gentoo-user@gentoo.org mailing list