commit:     0aac36e35fcbfb28ed6f064babaf48d7c761aa9b
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 08:18:23 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 08:20:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aac36e3

app-editors/gvim: drop luajit/lua REQUIRED_USE

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 <AT> gentoo.org>

 app-editors/gvim/gvim-9999.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-editors/gvim/gvim-9999.ebuild 
b/app-editors/gvim/gvim-9999.ebuild
index ff138f4e695..00fd53abf5c 100644
--- a/app-editors/gvim/gvim-9999.ebuild
+++ b/app-editors/gvim/gvim-9999.ebuild
@@ -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)

Reply via email to