summaryrefslogtreecommitdiff
path: root/dev-lang/rust-bin/rust-bin-1.85.1.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.85.1.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.85.1.ebuild')
-rw-r--r--dev-lang/rust-bin/rust-bin-1.85.1.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.85.1.ebuild b/dev-lang/rust-bin/rust-bin-1.85.1.ebuild
index 614b762194a8..a16975a34420 100644
--- a/dev-lang/rust-bin/rust-bin-1.85.1.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.85.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
LLVM_COMPAT=( 19 )
LLVM_OPTIONAL="yes"
-inherit edo llvm-r1 multilib prefix rust-toolchain toolchain-funcs verify-sig multilib-minimal optfeature
+inherit edo llvm-r1 multilib prefix rust-toolchain verify-sig multilib-minimal optfeature
if [[ ${PV} == *9999* ]]; then
# We need to fetch a tarball in src_unpack
@@ -98,12 +98,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() {
if [[ ${PV} == *9999* ]]; then
# We need to fetch the latest nightly listing and get the apprapriate src_uri for our arch