diff options
| author | Michał Górny <mgorny@gentoo.org> | 2018-03-12 18:44:00 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2018-03-12 18:49:02 +0100 |
| commit | 963bad27f235c5290a4de065f43793b131e54131 (patch) | |
| tree | e561aa51e65aad6263d1792ccefe20cd77b8ca2f /app-shells/bash-completion/bash-completion-9999.ebuild | |
| parent | 94c586fe56ecaaacb1cf7399e6a5f19bb1c73813 (diff) | |
| download | gentoo-963bad27f235c5290a4de065f43793b131e54131.tar.gz gentoo-963bad27f235c5290a4de065f43793b131e54131.tar.bz2 gentoo-963bad27f235c5290a4de065f43793b131e54131.zip | |
app-shells/bash-completion: Strip tests for removed vi completions
Diffstat (limited to 'app-shells/bash-completion/bash-completion-9999.ebuild')
| -rw-r--r-- | app-shells/bash-completion/bash-completion-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild index cec5bc36226a..79657c0d217b 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-9999.ebuild @@ -65,6 +65,7 @@ src_prepare() { # 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 } |
