diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-11-12 22:22:36 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-11-12 22:22:36 +0000 |
commit | 88c7ce51f34a3133ee20411ba8e7cfca65d0a298 (patch) | |
tree | d21e9f7a558a86c7eb216de2365ce80f01b1d81b /eclass | |
parent | fixed SRC_URI, added maintainers to metadata.xml (diff) | |
download | gentoo-2-88c7ce51f34a3133ee20411ba8e7cfca65d0a298.tar.gz gentoo-2-88c7ce51f34a3133ee20411ba8e7cfca65d0a298.tar.bz2 gentoo-2-88c7ce51f34a3133ee20411ba8e7cfca65d0a298.zip |
conform to spider's message... http://marc.theaimsgroup.com/?l=gentoo-dev&m=106642560411112&w=2
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 880751d95bd7..82cf7b04ee02 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.40 2003/10/03 00:11:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.41 2003/11/12 22:22:36 agriffis Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -197,7 +197,7 @@ src_compile() { myconf="${myconf} --enable-gui=no `use_with vim-with-x x`" elif [ ${PN} = gvim ]; then myconf="${myconf} --with-vim-name=gvim --with-x" - if use gtk2; then + if use gtk && use gtk2; then myconf="${myconf} --enable-gui=gtk2 --enable-gtk2-check" elif use gnome; then myconf="${myconf} --enable-gui=gnome" |