diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2019-02-23 17:47:08 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-02-23 18:11:42 +0100 |
commit | cf81cdc0b7d86a10e75450293f572ed9a80e4558 (patch) | |
tree | 392a5ae0175d8ea3cc91665d5549dd49ea7a05d6 /app-vim/easy-align | |
parent | dev-libs/xapian-bindings: drop USE_PHP="php7-0" (diff) | |
download | gentoo-cf81cdc0b7d86a10e75450293f572ed9a80e4558.tar.gz gentoo-cf81cdc0b7d86a10e75450293f572ed9a80e4558.tar.bz2 gentoo-cf81cdc0b7d86a10e75450293f572ed9a80e4558.zip |
app-vim/easy-align: add missing default function in src_prepare().
Closes: https://bugs.gentoo.org/676648
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-vim/easy-align')
-rw-r--r-- | app-vim/easy-align/easy-align-2.10.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-vim/easy-align/easy-align-2.10.0-r1.ebuild b/app-vim/easy-align/easy-align-2.10.0-r1.ebuild index dcb2ed0da094..fc97db123060 100644 --- a/app-vim/easy-align/easy-align-2.10.0-r1.ebuild +++ b/app-vim/easy-align/easy-align-2.10.0-r1.ebuild @@ -19,5 +19,6 @@ VIM_PLUGIN_HELPFILES="${PN}" S="${WORKDIR}/${MY_PN}-${PV}" src_prepare() { + default rm -rv test || die } |