From 428bd688529d52d85a75cc45719d12dc66e7ae62 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 21 Apr 2019 03:14:38 -0500 Subject: app-editors/vim: 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 multibyte config option. Signed-off-by: Tim Harder --- app-editors/vim/vim-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app-editors') diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index 8701b63c9a19..d4037bd79419 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-9999.ebuild @@ -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 -- cgit v1.2.3-65-gdbad