From: Tim Harder Date: Sun, 21 Apr 2019 08:18:23 +0000 (-0500) Subject: app-editors/gvim: drop luajit/lua REQUIRED_USE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0aac36e35fcbfb28ed6f064babaf48d7c761aa9b;p=gentoo.git 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 --- 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)