Gentoo Archives: gentoo-user

From: "Paweł Madej" <linux@××××××××.info>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] vim USE flag: vim-with-x
Date: Fri, 20 Jan 2006 17:27:13
Message-Id: 43D11A59.5020401@quanteam.info
In Reply to: [gentoo-user] vim USE flag: vim-with-x by Tom Smith
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Tom Smith wrote:
5 > I've been trying to determine what this particular USE flag does but
6 > there doesn't seem to be a description of it anywhere (I also checked
7 > gentoo-portage.com).
8 >
9 > Does anyone know what this USE flag does or what additional
10 > functionality it enables in vim?
11 >
12 > Thanks in advance for your help.
13 from the vim.eclass:
14
15 if [[ "${MY_PN}" == "vim" ]] ; then
16 IUSE="${IUSE} vim-with-x minimal"
17 # see bug #111979 for modular X deps
18 DEPEND="${DEPEND} vim-with-x? ( || (
19 ( x11-libs/libXt x11-libs/libX11 x11-libs/libSM
20 x11-proto/xproto )
21 virtual/x11 ) )"
22 RDEPEND="${RDEPEND} vim-with-x? ( || ( x11-libs/libXt
23 virtual/x11 ) )"
24
25 for me it is used to make vim modular X compatible.
26
27 - --
28 Paweł Madej aka Nysander
29 Member of QuanTeam | RLU #357047
30 http://wiki.quanteam.info | Gentoo Linux User
31 http://forum-farmaceutyczne.org | GPG key: 5861680B
32 | keyserver: http://pgp.mit.edu
33 Kielce, Poland | UTF-8 Email Preferred
34
35 Looking to buy: 6x 73 GB UW3/Ultra160 SCSI 80 pin (SCA)
36 ..::||::.. pair of PentiumIII Slot1 1GHz/ FSB 100 processors
37 ..::||::.. 2x 256 MB SDRAM ECC Registered
38 Got any of this mail me, with prize and shipping costs.
39 -----BEGIN PGP SIGNATURE-----
40 Version: GnuPG v1.4.2 (GNU/Linux)
41
42 iD8DBQFD0RpZgvSMglhhaAsRAnoTAJ9LBAhCRoNIEpvY9JfO7mB5bpZzrgCeLXvz
43 uY/gUrnCNy11oaLwD6E3kJE=
44 =AcoV
45 -----END PGP SIGNATURE-----
46 --
47 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] vim USE flag: vim-with-x Ciaran McCreesh <ciaranm@g.o>