Gentoo Archives: gentoo-dev

From: Stroller <stroller@××××××××××××××××××.uk>
To: Jean Jordaan <jean@×××××××××××××××××.za>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Useless USE descriptions...
Date: Thu, 12 Feb 2004 16:21:02
Message-Id: 71070EDA-5D77-11D8-9E08-000A95795F3E@stellar.eclipse.co.uk
In Reply to: Re: [gentoo-dev] Useless USE descriptions... by Jean Jordaan
1 On Feb 12, 2004, at 3:21 pm, Jean Jordaan wrote:
2
3 >> I don't recall enough of the discussion of the -vim-with-x USE
4 >> flag... I
5 >
6 > Just an aside: I emerged gvim with USE='+gtk +gtk2', and all fonts
7 > were broken. Just opening the font-choosing dialog and clicking OK
8 > would set it to a very-widely-spaced sans. Recompiling without gtk
9 > got me a gvim that could at least see the X fonts (none of the cute
10 > truetype stuff), but luckily it's the X fonts I *need* for coding.
11 >
12 > The 2nd gvim had a totally different font-choosing dialogue, more
13 > in line with xfontsel's options.
14
15 $ cat /usr/portage/app-editors/gvim/gvim-6.2-r5.ebuild
16 ... DEPEND="${DEPEND}
17 ~app-editors/vim-core-${PV}
18 virtual/x11
19 gtk? ( gtk2? ( >=x11-libs/gtk+-2.1 virtual/xft ) ) :
20 ( gnome? ( gnome-base/gnome-libs ) :
21 ( gtk? ( =x11-libs/gtk+-1.2* ) :
22 ( motif? ( x11-libs/openmotif ) ) ) )"
23
24 This is fairly easy to read if you run `man 5 ebuild` & skip to the
25 section titled "Dynamic DEPENDs", however I can't immediately see that
26 the ebuild influences --configure options - my best guess is that the
27 gvim configure itself detects which libraries are installed on the
28 system & takes advantage of those it finds. In which case... did you
29 unmerge gtk or remerge gtk2 before recompiling gvim..?
30
31 Stroller.
32
33
34 --
35 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Useless USE descriptions... Spider <spider@g.o>
Re: [gentoo-dev] Useless USE descriptions... Paul de Vrieze <pauldv@g.o>
Re: [gentoo-dev] Useless USE descriptions... Ciaran McCreesh <ciaranm@g.o>
Re: [gentoo-dev] Useless USE descriptions... Jean Jordaan <jean@×××××××××××××××××.za>