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 2D9E51382C5 for ; Tue, 13 Mar 2018 22:18:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 665E2E0898; Tue, 13 Mar 2018 22:18:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 40D2EE0898 for ; Tue, 13 Mar 2018 22:18:04 +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 59B0F335C36 for ; Tue, 13 Mar 2018 22:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C52671CC for ; Tue, 13 Mar 2018 22:18:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1520979476.2677aec4db6b34de7f3529193508eec19115ad03.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash-completion/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/bash-completion/bash-completion-9999.ebuild X-VCS-Directories: app-shells/bash-completion/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2677aec4db6b34de7f3529193508eec19115ad03 X-VCS-Branch: master Date: Tue, 13 Mar 2018 22:18:01 +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-Archives-Salt: 295a779c-59b5-4c7f-bd5b-4fc71704f41f X-Archives-Hash: 17ee136b70336f083c995afca77db027 commit: 2677aec4db6b34de7f3529193508eec19115ad03 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 13 22:09:54 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 13 22:17:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2677aec4 app-shells/bash-completion: vim completion loading fixed in git app-shells/bash-completion/bash-completion-9999.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild index 79657c0d217..10f64b1c227 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-9999.ebuild @@ -61,12 +61,6 @@ src_prepare() { eapply "${WORKDIR}/${BASHCOMP_P}/${PN}"-2.1_p*.patch eapply_user - # Remove implicit completions for vim. - # https://bugs.gentoo.org/649986 - sed -i -e 's/vi vim gvim rvim view rview rgvim rgview gview//' \ - bash_completion || die - rm test/completion/vi.exp || die - eautoreconf }