summaryrefslogtreecommitdiff
path: root/dev-lang/rust-bin/rust-bin-1.83.0-r2.ebuild
diff options
context:
space:
mode:
authorChristopher Fore <csfore@posteo.net>2025-04-02 22:59:56 -0400
committerMatt Jolly <kangie@gentoo.org>2025-04-03 13:54:41 +1000
commit04890a3be394530094e92791be60ee0dab9f3085 (patch)
tree706dab74ca89ec0549c93a02d1337ea734e17c65 /dev-lang/rust-bin/rust-bin-1.83.0-r2.ebuild
parent388cc0559373e3ff47804951b05e08803d8082ae (diff)
downloadgentoo-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.83.0-r2.ebuild')
-rw-r--r--dev-lang/rust-bin/rust-bin-1.83.0-r2.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.83.0-r2.ebuild b/dev-lang/rust-bin/rust-bin-1.83.0-r2.ebuild
index 6f9f25068b5f..8d5e2520190e 100644
--- a/dev-lang/rust-bin/rust-bin-1.83.0-r2.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.83.0-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
LLVM_COMPAT=( 19 )
LLVM_OPTIONAL="yes"
-inherit llvm-r1 multilib prefix rust-toolchain toolchain-funcs verify-sig multilib-minimal optfeature
+inherit llvm-r1 multilib prefix rust-toolchain verify-sig multilib-minimal optfeature
MY_P="rust-${PV}-r2"
# 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