Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim/
Date: Sun, 21 Apr 2019 08:21:14
Message-Id: 1555834818.428bd688529d52d85a75cc45719d12dc66e7ae62.radhermit@gentoo
1 commit: 428bd688529d52d85a75cc45719d12dc66e7ae62
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 21 08:14:38 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 21 08:20:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428bd688
7
8 app-editors/vim: drop luajit/lua REQUIRED_USE
9
10 As the global USE flag description states, the luajit USE flag is
11 ineffective with USE=-lua so don't enforce it through REQUIRED_USE.
12
13 Also drop required multibyte config option.
14
15 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
16
17 app-editors/vim/vim-9999.ebuild | 3 +--
18 1 file changed, 1 insertion(+), 2 deletions(-)
19
20 diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
21 index 8701b63c9a1..d4037bd7941 100644
22 --- a/app-editors/vim/vim-9999.ebuild
23 +++ b/app-editors/vim/vim-9999.ebuild
24 @@ -25,7 +25,6 @@ SLOT="0"
25 LICENSE="vim"
26 IUSE="X acl cscope debug gpm lua luajit minimal nls perl python racket ruby selinux tcl terminal vim-pager"
27 REQUIRED_USE="
28 - luajit? ( lua )
29 python? ( ${PYTHON_REQUIRED_USE} )
30 vim-pager? ( !minimal )
31 "
32 @@ -143,7 +142,7 @@ src_prepare() {
33 }
34
35 src_configure() {
36 - local myconf=( --enable-multibyte )
37 + local myconf=()
38
39 # Fix bug 37354: Disallow -funroll-all-loops on amd64
40 # Bug 57859 suggests that we want to do this for all archs