As the global USE flag description states, the luajit USE flag is
ineffective with USE=-lua so don't enforce it through REQUIRED_USE.
Also drop required and forcibly-enabled multibyte config option.
Signed-off-by: Tim Harder <radhermit@gentoo.org>
LICENSE="vim"
IUSE="acl aqua cscope debug gtk gtk2 lua luajit motif neXt netbeans nls perl python racket ruby selinux session tcl"
REQUIRED_USE="
- luajit? ( lua )
python? ( ${PYTHON_REQUIRED_USE} )
"
myconf=(
--with-features=huge
--disable-gpm
- --enable-multibyte
--with-gnome=no
$(use_enable acl)
$(use_enable cscope)