gentoo90

Results 15 issues of gentoo90

Build from the latest master (9f66dddf) fails with the latest nightly rust: ```bash $ rustc -V rustc 1.23.0-nightly (5f44c653c 2017-11-24) $ cargo build Compiling semver-parser v0.7.0 Compiling unicode-segmentation v1.2.0 Compiling...

### Current Behavior If `outputPath` of the project starts with `../source/` then build fails: ``` $ pnpm build > @test-repo/[email protected] build /home/user/projects/tmp/NxCacheErrorRepro/test-repo > nx build test-repo > nx run test-repo:build:production...

type: bug
scope: core

* `cargo.eclass`: remove `/usr/.crates2.json` which caused conflicts * `www-apps/geckodriver`: update to `0.29.1` * `www-client/servo-bin-9999`: update `SCR_URI`, fix download, bump `EAPI` * `app-misc/mdcat`: update to `0.22.3` * `app-shells/starship`: update to `0.51.0`,...

* fixes for the eclasses to work with new `EAPI` * update python packages, add `3.12` support ([it's becoming the default on 2024-06-01](https://www.gentoo.org/support/news-items/2024-05-09-python3-12.html)) * gitignore the metadata

```rust let v1 = Rectangle { coords: Some(Coords { x: 55, y: 77 }), size: Size { w: 500, h: 300 }, }; key.encode(&v1).unwrap(); let v2 = Rectangle { coords:...