app-editors/vim: drop luajit/lua REQUIRED_USE
authorTim Harder <radhermit@gentoo.org>
Sun, 21 Apr 2019 08:14:38 +0000 (03:14 -0500)
committerTim Harder <radhermit@gentoo.org>
Sun, 21 Apr 2019 08:20:18 +0000 (03:20 -0500)
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>
app-editors/vim/vim-9999.ebuild

index 8701b63c9a19bc75e97b66c2f10e9ebf816abda5..d4037bd79419da12776a48b7c0e0d22ce43c071b 100644 (file)
@@ -25,7 +25,6 @@ SLOT="0"
 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 )
 "
@@ -143,7 +142,7 @@ src_prepare() {
 }
 
 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