From 0aac36e35fcbfb28ed6f064babaf48d7c761aa9b Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 21 Apr 2019 03:18:23 -0500 Subject: [PATCH] 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 --- 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 ff138f4e695a..00fd53abf5c8 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) -- 2.26.2