teevie eclass # diff -u vim* --- vim.eclass 2003-05-07 14:41:49.000000000 +0200 +++ vim.eclass.orig 2003-04-29 23:24:02.000000000 +0200 @@ -12,7 +12,7 @@ inherit eutils -IUSE="gnome gpm gtk gtk2 ncurses nls perl python ruby tcl vim-with-x X" +IUSE="gnome gpm gtk gtk2 ncurses nls perl python ruby vim-with-x X" HOMEPAGE="http://www.vim.org/" SLOT="0" @@ -29,7 +29,6 @@ ncurses? ( >=sys-libs/ncurses-5.2-r2 ) : ( sys-libs/libtermcap-compat ) perl? ( dev-lang/perl ) python? ( dev-lang/python ) - tcl? ( dev-lang/tcl ) ruby? ( =dev-lang/ruby-1.6* )" # ruby-1.8 doesn't work yet with vim apply_vim_patches() { @@ -131,7 +130,6 @@ --disable-perlinterp \ --disable-pythoninterp \ --disable-rubyinterp \ - --disable-tclinterp \ --disable-gpm" else myconf="--with-features=huge \ @@ -141,7 +139,6 @@ myconf="${myconf} `use_enable perl perlinterp`" myconf="${myconf} `use_enable python pythoninterp`" myconf="${myconf} `use_enable ruby rubyinterp`" - myconf="${myconf} `use_enable tcl tclinterp`" # tclinterp is broken; when you --enable-tclinterp flag, then # the following command never returns: # VIMINIT='let OS=system("uname -s")' vim