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/rust-vim/
Date: Thu, 08 Jul 2021 16:53:55
Message-Id: 1625763227.3a060ece5caf8c1ac7284c5b7e2d370154696024.monsieurp@gentoo
1 commit: 3a060ece5caf8c1ac7284c5b7e2d370154696024
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 16:53:47 2021 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 16:53:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a060ece
7
8 app-vim/rust-vim: replace eapply_user with default.
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 app-vim/rust-vim/rust-vim-1_pre20210215.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
17 index 6e71b39a419..27744ab72da 100644
18 --- a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
19 +++ b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
20 @@ -16,7 +16,7 @@ SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22
23 src_prepare() {
24 - eapply_user
25 + default
26 # we don't actually run these tests
27 rm -r test || die
28 }