commit: 06f7f7ae6e88cb89a58230c2fd9d0ebede5c6c75
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sun May 7 04:52:56 2023 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sun May 7 04:52:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f7f7ae
net-p2p/arti: sync live
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
net-p2p/arti/arti-9999.ebuild | 8 --------
1 file changed, 8 deletions(-)
diff --git a/net-p2p/arti/arti-9999.ebuild b/net-p2p/arti/arti-9999.ebuild
index a4531b132f02..5b869f2bc638 100644
--- a/net-p2p/arti/arti-9999.ebuild
+++ b/net-p2p/arti/arti-9999.ebuild
@@ -49,14 +49,6 @@ src_compile() {
done
}
-src_test() {
- for crate in crates/*; do
- pushd "${crate}" >/dev/null || die
- cargo_src_test
- popd >/dev/null || die
- done
-}
-
src_install() {
pushd crates/arti >/dev/null || due