Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/easy-align/
Date: Sat, 23 Feb 2019 17:12:03
Message-Id: 1550941902.cf81cdc0b7d86a10e75450293f572ed9a80e4558.monsieurp@gentoo
1 commit: cf81cdc0b7d86a10e75450293f572ed9a80e4558
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 16:47:08 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 17:11:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf81cdc0
7
8 app-vim/easy-align: add missing default function in src_prepare().
9
10 Closes: https://bugs.gentoo.org/676648
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 app-vim/easy-align/easy-align-2.10.0-r1.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 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
18 index dcb2ed0da09..fc97db12306 100644
19 --- a/app-vim/easy-align/easy-align-2.10.0-r1.ebuild
20 +++ b/app-vim/easy-align/easy-align-2.10.0-r1.ebuild
21 @@ -19,5 +19,6 @@ VIM_PLUGIN_HELPFILES="${PN}"
22 S="${WORKDIR}/${MY_PN}-${PV}"
23
24 src_prepare() {
25 + default
26 rm -rv test || die
27 }