From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6815F138334 for ; Tue, 16 Apr 2019 20:43:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91210E0A70; Tue, 16 Apr 2019 20:37:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D4C7E0A70 for ; Tue, 16 Apr 2019 20:37:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4A5B341479 for ; Tue, 16 Apr 2019 20:37:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 322BC5B2 for ; Tue, 16 Apr 2019 20:37:04 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1555446974.ae4b8e27f02ef70cbc5eee9019a9d990d2acb803.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/vim/vim-8.1.1155.ebuild app-editors/vim/vim-9999.ebuild X-VCS-Directories: app-editors/vim/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: ae4b8e27f02ef70cbc5eee9019a9d990d2acb803 X-VCS-Branch: master Date: Tue, 16 Apr 2019 20:37:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3fd59fc2-8bdf-4b10-adcf-b530b9a2f876 X-Archives-Hash: d2df09704ed8003ea8c25afb887e696c commit: ae4b8e27f02ef70cbc5eee9019a9d990d2acb803 Author: Tim Harder gentoo org> AuthorDate: Tue Apr 16 20:34:58 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Apr 16 20:36:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4b8e27 app-editors/vim: fix USE=minimal build Closes: https://bugs.gentoo.org/683454 Signed-off-by: Tim Harder gentoo.org> app-editors/vim/vim-8.1.1155.ebuild | 4 +--- app-editors/vim/vim-9999.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app-editors/vim/vim-8.1.1155.ebuild b/app-editors/vim/vim-8.1.1155.ebuild index d5c9d74833a..8701b63c9a1 100644 --- a/app-editors/vim/vim-8.1.1155.ebuild +++ b/app-editors/vim/vim-8.1.1155.ebuild @@ -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) diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index d5c9d74833a..8701b63c9a1 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-9999.ebuild @@ -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)