diff options
Diffstat (limited to 'dev-lang/rust-bin/rust-bin-1.37.0.ebuild')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.37.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.37.0.ebuild b/dev-lang/rust-bin/rust-bin-1.37.0.ebuild index a2f03ec227a5..806582e1e8da 100644 --- a/dev-lang/rust-bin/rust-bin-1.37.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.37.0.ebuild @@ -36,7 +36,7 @@ QA_PREBUILT=" opt/${P}/lib/rustlib/*/lib/*.rlib* " -pkg_pretend () { +pkg_pretend() { if [[ "$(tc-is-softfloat)" != "no" ]] && [[ ${CHOST} == armv7* ]]; then die "${CHOST} is not supported by upstream Rust. You must use a hard float version." fi |