commit: 3a060ece5caf8c1ac7284c5b7e2d370154696024
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 8 16:53:47 2021 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jul 8 16:53:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a060ece
app-vim/rust-vim: replace eapply_user with default.
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-vim/rust-vim/rust-vim-1_pre20210215.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
index 6e71b39a419..27744ab72da 100644
--- a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
+++ b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
src_prepare() {
- eapply_user
+ default
# we don't actually run these tests
rm -r test || die
}