aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefson <herrtimson@yahoo.de>2019-08-21 07:45:08 +0200
committerstefson <herrtimson@yahoo.de>2019-08-21 07:45:08 +0200
commite5b979d2becfa1fb4eea12b76b0df9c72b12f94e (patch)
treec870ca900228e253932a89e0f32d35514637bae0 /dev-rust
parentdev-rust/cranelift: use license from tree (diff)
downloadrust-e5b979d2becfa1fb4eea12b76b0df9c72b12f94e.tar.gz
rust-e5b979d2becfa1fb4eea12b76b0df9c72b12f94e.tar.bz2
rust-e5b979d2becfa1fb4eea12b76b0df9c72b12f94e.zip
dev-rust/cranelift: fix whitespace
Diffstat (limited to 'dev-rust')
-rw-r--r--dev-rust/cranelift-tools/cranelift-tools-0.40.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-rust/cranelift-tools/cranelift-tools-0.40.0.ebuild b/dev-rust/cranelift-tools/cranelift-tools-0.40.0.ebuild
index 967edec..13f3639 100644
--- a/dev-rust/cranelift-tools/cranelift-tools-0.40.0.ebuild
+++ b/dev-rust/cranelift-tools/cranelift-tools-0.40.0.ebuild
@@ -176,7 +176,7 @@ src_compile() {
}
src_test() {
- export RUST_BACKTRACE=1
+ export RUST_BACKTRACE=1
cargo test --all -j$(makeopts_jobs) || die "tests failed"
}