app-editors/gvim: drop luajit/lua REQUIRED_USE
authorTim Harder <radhermit@gentoo.org>
Sun, 21 Apr 2019 08:18:23 +0000 (03:18 -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 and forcibly-enabled multibyte config option.

Signed-off-by: Tim Harder <radhermit@gentoo.org>
app-editors/gvim/gvim-9999.ebuild

index ff138f4e695aa298c9ded1a252591e1256ab3537..00fd53abf5c8c9be5305c63565891a541332dc46 100644 (file)
@@ -26,7 +26,6 @@ SLOT="0"
 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} )
 "
 
@@ -190,7 +189,6 @@ src_configure() {
        myconf=(
                --with-features=huge
                --disable-gpm
-               --enable-multibyte
                --with-gnome=no
                $(use_enable acl)
                $(use_enable cscope)