commit: cf81cdc0b7d86a10e75450293f572ed9a80e4558 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Feb 23 16:47:08 2019 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Feb 23 17:11:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf81cdc0
app-vim/easy-align: add missing default function in src_prepare(). Closes: https://bugs.gentoo.org/676648 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-vim/easy-align/easy-align-2.10.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) 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 dcb2ed0da09..fc97db12306 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 }
