commit: b5babc8d028ceb1ead98ce97b1d33a150bd679fe
Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Thu Jul 8 16:34:57 2021 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jul 8 16:52:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5babc8d
app-vim/rust-vim: remove test folder.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-vim/rust-vim/rust-vim-1_pre20210215.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
index d4f8d56735b..6e71b39a419 100644
--- a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
+++ b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
@@ -14,3 +14,9 @@ S="${WORKDIR}/${PN/-/.}-${MY_COMMIT}"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+ eapply_user
+ # we don't actually run these tests
+ rm -r test || die
+}