diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-04-21 03:14:38 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-04-21 03:20:18 -0500 |
commit | 428bd688529d52d85a75cc45719d12dc66e7ae62 (patch) | |
tree | 24fe5f9f8109380592441f872b0fcf8a1faa3fac /app-editors | |
parent | media-video/mkvtoolnix: version bump to 33.1.0 (diff) | |
download | gentoo-428bd688529d52d85a75cc45719d12dc66e7ae62.tar.gz gentoo-428bd688529d52d85a75cc45719d12dc66e7ae62.tar.bz2 gentoo-428bd688529d52d85a75cc45719d12dc66e7ae62.zip |
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@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/vim-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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 |