summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2021-07-08 18:53:47 +0200
committerPatrice Clement <monsieurp@gentoo.org>2021-07-08 18:53:47 +0200
commit3a060ece5caf8c1ac7284c5b7e2d370154696024 (patch)
treeca323b4fcd5aa5c834de766cb0dd398c1cfa7a59 /app-vim/rust-vim
parentapp-vim/rust-vim: remove test folder. (diff)
downloadgentoo-3a060ece5caf8c1ac7284c5b7e2d370154696024.tar.gz
gentoo-3a060ece5caf8c1ac7284c5b7e2d370154696024.tar.bz2
gentoo-3a060ece5caf8c1ac7284c5b7e2d370154696024.zip
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@gentoo.org>
Diffstat (limited to 'app-vim/rust-vim')
-rw-r--r--app-vim/rust-vim/rust-vim-1_pre20210215.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
index 6e71b39a4191..27744ab72da7 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
}