app-editors/vim: fix USE=minimal build
authorTim Harder <radhermit@gentoo.org>
Tue, 16 Apr 2019 20:34:58 +0000 (15:34 -0500)
committerTim Harder <radhermit@gentoo.org>
Tue, 16 Apr 2019 20:36:14 +0000 (15:36 -0500)
Closes: https://bugs.gentoo.org/683454

Signed-off-by: Tim Harder <radhermit@gentoo.org>
app-editors/vim/vim-8.1.1155.ebuild
app-editors/vim/vim-9999.ebuild

index d5c9d74833a9945fdf66bd17a3d32fd2c5741808..8701b63c9a19bc75e97b66c2f10e9ebf816abda5 100644 (file)
@@ -143,7 +143,7 @@ src_prepare() {
 }
 
 src_configure() {
-       local myconf=()
+       local myconf=( --enable-multibyte )
 
        # Fix bug 37354: Disallow -funroll-all-loops on amd64
        # Bug 57859 suggests that we want to do this for all archs
@@ -175,7 +175,6 @@ src_configure() {
                myconf=(
                        --with-features=tiny
                        --disable-nls
-                       --disable-multibyte
                        --disable-acl
                        --enable-gui=no
                        --without-x
@@ -194,7 +193,6 @@ src_configure() {
 
                myconf=(
                        --with-features=huge
-                       --enable-multibyte
                        $(use_enable acl)
                        $(use_enable cscope)
                        $(use_enable gpm)
index d5c9d74833a9945fdf66bd17a3d32fd2c5741808..8701b63c9a19bc75e97b66c2f10e9ebf816abda5 100644 (file)
@@ -143,7 +143,7 @@ src_prepare() {
 }
 
 src_configure() {
-       local myconf=()
+       local myconf=( --enable-multibyte )
 
        # Fix bug 37354: Disallow -funroll-all-loops on amd64
        # Bug 57859 suggests that we want to do this for all archs
@@ -175,7 +175,6 @@ src_configure() {
                myconf=(
                        --with-features=tiny
                        --disable-nls
-                       --disable-multibyte
                        --disable-acl
                        --enable-gui=no
                        --without-x
@@ -194,7 +193,6 @@ src_configure() {
 
                myconf=(
                        --with-features=huge
-                       --enable-multibyte
                        $(use_enable acl)
                        $(use_enable cscope)
                        $(use_enable gpm)