summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* virtual/rust: Drop old versionsMatt Turner2024-01-311-23/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* virtual/rust: default to rust-binRahil Bhimjiani2023-10-021-0/+23
Prefer dev-lang/rust-bin over dev-lang/rust. Keeps it consistent with virtual/{jre,jdk}. Prevent long compile times when some dependency unknowingly pulls in rust. Imagine new user (unaware of rust-bin) wanting simple app-crypt/certbot or app-admin/ansible-core but having to compile whole rust for that. Because dep graph goes like app-admin/ansible-core -> dev-python/cryptography -> virtual/rust -> dev-lang/rust [xen0n: revbumped everything for correct static dep operation] Closes: https://github.com/gentoo/gentoo/pull/33121 Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com> Signed-off-by: WANG Xuerui <xen0n@gentoo.org>