summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-1.52.1.ebuild
AgeCommit message (Collapse)Author
2021-12-26dev-lang/rust: drop 1.52.1Georgy Yakovlev
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2021-12-25dev-lang/rust: QA: inherit multilib directlyGeorgy Yakovlev
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2021-12-18Move {app-crypt → sec-keys}/openpgp-keys-rustMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-11-02dev-lang/rust: adjust QA_EXECSTACK variable againGeorgy Yakovlev
Bug: https://bugs.gentoo.org/806466 Closes: https://bugs.gentoo.org/819402 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2021-10-07dev-lang/rust: silence rmeta QA WX warningsGeorgy Yakovlev
Closes: https://bugs.gentoo.org/806466 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2021-07-31dev-lang/rust: Use BROOT for verify-sig key pathMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-06-27dev-lang/rust: Stabilize 1.52.1 arm, #796269Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-06-27dev-lang/rust: Stabilize 1.52.1 arm64, #796269Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-06-17dev-lang/rust: x86 stable wrt bug #796269Agostino Sarubbo
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-06-16dev-lang/rust: ppc64 stable wrt bug #796269Agostino Sarubbo
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-06-16dev-lang/rust: amd64 stable wrt bug #796269Agostino Sarubbo
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-06-01dev-lang/rust: make sysroot detection more robustGeorgy Yakovlev
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2021-05-31dev-lang/rust: force newer cmake versionMike Frysinger
Rust fails to build with older cmake: CMake Error at CMakeLists.txt:3 (cmake_minimum_required): CMake 3.13.4 or higher is required. You are running version ... Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2021-05-30dev-lang/rust: support musl cross targetsJoshua Kiekendief
Conditionally add `musl-root` path If the target triplet ends in `musl*`, this will use the cross-toolchain's compiler to add the `musl-root` component. If this is not added, the sanity check panics while building rust: ``` thread 'main' panicked at 'when targeting MUSL either the rust.musl-root option or the target.$TARGET.musl-root option must be specified in config.toml', src/bootstrap/sanity.rs:188:25 ``` Closes: https://github.com/gentoo/gentoo/pull/19806 Signed-off-by: Joshua Kiekendief <SirJosh3917@users.noreply.github.com> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2021-05-13dev-lang/rust: add riscv supportYixun Lan
Bug: https://bugs.gentoo.org/747460 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org>
2021-05-10dev-lang/rust: bump to 1.52.1Georgy Yakovlev
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>