diff options
| author | Christopher Fore <csfore@posteo.net> | 2025-04-02 22:59:56 -0400 |
|---|---|---|
| committer | Matt Jolly <kangie@gentoo.org> | 2025-04-03 13:54:41 +1000 |
| commit | 04890a3be394530094e92791be60ee0dab9f3085 (patch) | |
| tree | 706dab74ca89ec0549c93a02d1337ea734e17c65 /dev-lang/rust-bin/rust-bin-1.80.1-r103.ebuild | |
| parent | 388cc0559373e3ff47804951b05e08803d8082ae (diff) | |
| download | gentoo-04890a3be394530094e92791be60ee0dab9f3085.tar.gz gentoo-04890a3be394530094e92791be60ee0dab9f3085.tar.bz2 gentoo-04890a3be394530094e92791be60ee0dab9f3085.zip | |
dev-lang/rust-bin: Remove armv7 SoftFP check
This is now covered in armv7a's profile by inheriting wd40.
toolchain-funcs inherit has also been removed since it is no longer
needed.
Signed-off-by: Christopher Fore <csfore@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/41370
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin/rust-bin-1.80.1-r103.ebuild')
| -rw-r--r-- | dev-lang/rust-bin/rust-bin-1.80.1-r103.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.80.1-r103.ebuild b/dev-lang/rust-bin/rust-bin-1.80.1-r103.ebuild index 9f33d6b27976..106d34677112 100644 --- a/dev-lang/rust-bin/rust-bin-1.80.1-r103.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.80.1-r103.ebuild @@ -6,7 +6,7 @@ EAPI=8 LLVM_COMPAT=( 18 ) LLVM_OPTIONAL="yes" -inherit llvm-r1 multilib prefix rust-toolchain toolchain-funcs verify-sig multilib-minimal +inherit llvm-r1 multilib prefix rust-toolchain verify-sig multilib-minimal MY_P="rust-${PV}-r101" # curl -L static.rust-lang.org/dist/channel-rust-${PV}.toml 2>/dev/null | grep "xz_url.*rust-src" @@ -77,12 +77,6 @@ QA_EXECSTACK="opt/${P}/lib/rustlib/*/lib*.rlib:lib.rmeta" VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/rust.asc" -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 -} - src_unpack() { # sadly rust-src tarball does not have corresponding .asc file # so do partial verification |
