summaryrefslogtreecommitdiff
path: root/dev-lang/rust-bin/rust-bin-1.85.0-r1.ebuild
AgeCommit message (Collapse)Author
2025-09-19dev-lang/rust-bin: fix patchelf for prefixHendrik Klug
Was already partly fixed in d9b69b495e07f21b8a49f38f87fed5babd3a9476 [sam: Add bug tag. I was going to revbump for this given rust-bin takes no time at all to install and the failure mode is non-obvious here, but we use the revision for the alt arches in SRC_URI... :/] Bug: https://bugs.gentoo.org/955343 Signed-off-by: Hendrik Klug <hendrik.klug@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43851 Closes: https://github.com/gentoo/gentoo/pull/43851 Signed-off-by: Sam James <sam@gentoo.org>
2025-04-03dev-lang/rust-bin: Remove armv7 SoftFP checkChristopher Fore
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>
2025-03-20dev-lang/rust-bin: search for rust-analyzer only if existsArthur Zamarin
Closes: https://bugs.gentoo.org/951083 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-02-27dev-lang/rust-bin: Allow to use llvm-libgcc instead of GCCMichal Rostecki
We recently added llvm-runtimes/libgcc ebuild, which provides a full replacement of libgcc_s for systems without GCC. To leverage that ebuild in Rust binary packages, make them depend either on llvm-runtimes/libgcc or sys-devel/gcc. Bug: https://bugs.gentoo.org/946486 Signed-off-by: Michal Rostecki <vadorovsky@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40737 Signed-off-by: Sam James <sam@gentoo.org>