commit:     428bd688529d52d85a75cc45719d12dc66e7ae62
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 08:14:38 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=428bd688

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

 app-editors/vim/vim-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
index 8701b63c9a1..d4037bd7941 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

Reply via email to