diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2021-07-08 18:53:47 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2021-07-08 18:53:47 +0200 |
commit | 3a060ece5caf8c1ac7284c5b7e2d370154696024 (patch) | |
tree | ca323b4fcd5aa5c834de766cb0dd398c1cfa7a59 /app-vim | |
parent | app-vim/rust-vim: remove test folder. (diff) | |
download | gentoo-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')
-rw-r--r-- | app-vim/rust-vim/rust-vim-1_pre20210215.ebuild | 2 |
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 } |