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 multibyte config option.
Signed-off-by: Tim Harder <radhermit@gentoo.org>
LICENSE="vim"
IUSE="X acl cscope debug gpm lua luajit minimal nls perl python racket ruby selinux tcl terminal vim-pager"
REQUIRED_USE="
- luajit? ( lua )
python? ( ${PYTHON_REQUIRED_USE} )
vim-pager? ( !minimal )
"
}
src_configure() {
- local myconf=( --enable-multibyte )
+ local myconf=()
# Fix bug 37354: Disallow -funroll-all-loops on amd64
# Bug 57859 suggests that we want to do this for all archs