summaryrefslogtreecommitdiff
path: root/dev-lang/rust-bin/rust-bin-1.80.1-r103.ebuild
AgeCommit message (Collapse)Author
2025-09-02*/*: destable sparcArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@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-02-21dev-lang/rust-bin: fix src_unpackArthur Zamarin
Closes: https://bugs.gentoo.org/950038 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-02-21dev-lang/rust-bin: fix RPATH for our tarballsArthur Zamarin
Our tarballs where generated using the previous flawed way, which was modifying `ld.so` instead of using RPATH (matching upstream). I've regenerated the tarballs for those old rust-bin versions. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>