On Thu, 12 Feb 2004 16:20:58 +0000 Stroller <[EMAIL PROTECTED]> wrote: | the ebuild influences --configure options - my best guess is that the | gvim configure itself detects which libraries are installed on the | system & takes advantage of those it finds. In which case... did you | unmerge gtk or remerge gtk2 before recompiling gvim..?
Read the eclass, it does no such thing.
elif [ ${PN} = gvim ]; then
myconf="${myconf} --with-vim-name=gvim --with-x"
if use gtk && use gtk2; then
myconf="${myconf} --enable-gui=gtk2 --enable-gtk2-check"
elif use gnome; then
myconf="${myconf} --enable-gui=gnome"
elif use gtk; then
myconf="${myconf} --enable-gui=gtk"
elif use motif; then
myconf="${myconf} --enable-gui=motif"
else
myconf="${myconf} --enable-gui=athena"
fi
--
Ciaran McCreesh
Mail: ciaranm at gentoo.org
Web: http://dev.gentoo.org/~ciaranm
pgp00000.pgp
Description: PGP signature
