summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-1.90.0-r1.ebuild
AgeCommit message (Collapse)Author
8 daysdev-lang/rust: SPIRV is an official target since 1.87Z. Liu
Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44884 Closes: https://github.com/gentoo/gentoo/pull/44884 Signed-off-by: Sam James <sam@gentoo.org>
2025-11-05dev-lang/rust: Add patch fixing bootstrap of Rust 1.90.0 with 1.90.0Michal Rostecki
Bug: https://bugs.gentoo.org/963657 Signed-off-by: Michal Rostecki <vadorovsky@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44468 Closes: https://github.com/gentoo/gentoo/pull/44468 Signed-off-by: Sam James <sam@gentoo.org>
2025-11-04dev-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by manual revert in dev-python/zlib-ng where it accidentally caught sys-libs/zlib-ng dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-10-10dev-lang/rust: apply `RUST_SYSROOTS` changes to 1.90.0Matt Jolly
Since 1.89.0 was already stable, dropped Michal's patch for that version and applied it here instead. Closes: https://github.com/gentoo/gentoo/pull/42060 Co-authored-by: Michal Rostecki <vadorovsky@protonmail.com> Signed-off-by: Matt Jolly <kangie@gentoo.org>