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: Tue, 16 Apr 2019 20:43:29
Message-Id: 1555446974.ae4b8e27f02ef70cbc5eee9019a9d990d2acb803.radhermit@gentoo
1 commit: ae4b8e27f02ef70cbc5eee9019a9d990d2acb803
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 16 20:34:58 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 16 20:36:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4b8e27
7
8 app-editors/vim: fix USE=minimal build
9
10 Closes: https://bugs.gentoo.org/683454
11
12 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
13
14 app-editors/vim/vim-8.1.1155.ebuild | 4 +---
15 app-editors/vim/vim-9999.ebuild | 4 +---
16 2 files changed, 2 insertions(+), 6 deletions(-)
17
18 diff --git a/app-editors/vim/vim-8.1.1155.ebuild b/app-editors/vim/vim-8.1.1155.ebuild
19 index d5c9d74833a..8701b63c9a1 100644
20 --- a/app-editors/vim/vim-8.1.1155.ebuild
21 +++ b/app-editors/vim/vim-8.1.1155.ebuild
22 @@ -143,7 +143,7 @@ src_prepare() {
23 }
24
25 src_configure() {
26 - local myconf=()
27 + local myconf=( --enable-multibyte )
28
29 # Fix bug 37354: Disallow -funroll-all-loops on amd64
30 # Bug 57859 suggests that we want to do this for all archs
31 @@ -175,7 +175,6 @@ src_configure() {
32 myconf=(
33 --with-features=tiny
34 --disable-nls
35 - --disable-multibyte
36 --disable-acl
37 --enable-gui=no
38 --without-x
39 @@ -194,7 +193,6 @@ src_configure() {
40
41 myconf=(
42 --with-features=huge
43 - --enable-multibyte
44 $(use_enable acl)
45 $(use_enable cscope)
46 $(use_enable gpm)
47
48 diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
49 index d5c9d74833a..8701b63c9a1 100644
50 --- a/app-editors/vim/vim-9999.ebuild
51 +++ b/app-editors/vim/vim-9999.ebuild
52 @@ -143,7 +143,7 @@ src_prepare() {
53 }
54
55 src_configure() {
56 - local myconf=()
57 + local myconf=( --enable-multibyte )
58
59 # Fix bug 37354: Disallow -funroll-all-loops on amd64
60 # Bug 57859 suggests that we want to do this for all archs
61 @@ -175,7 +175,6 @@ src_configure() {
62 myconf=(
63 --with-features=tiny
64 --disable-nls
65 - --disable-multibyte
66 --disable-acl
67 --enable-gui=no
68 --without-x
69 @@ -194,7 +193,6 @@ src_configure() {
70
71 myconf=(
72 --with-features=huge
73 - --enable-multibyte
74 $(use_enable acl)
75 $(use_enable cscope)
76 $(use_enable gpm)