diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-11-07 12:08:23 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-11-09 16:25:41 +1000 |
commit | 0eb469f813b2dc67c0c7d6ca26bad787269937a0 (patch) | |
tree | dcb128083e3a72989d8a5d7a5ded148446580cf0 | |
parent | profiles: mask dev-util/wasmer (diff) | |
download | gentoo-0eb469f813b2dc67c0c7d6ca26bad787269937a0.tar.gz gentoo-0eb469f813b2dc67c0c7d6ca26bad787269937a0.tar.bz2 gentoo-0eb469f813b2dc67c0c7d6ca26bad787269937a0.zip |
profiles: mask dev-lang/starlark-rust
Signed-off-by: Matt Jolly <kangie@gentoo.org>
-rw-r--r-- | profiles/package.mask | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 6e23cfe2d5fc..756e586620fa 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -34,6 +34,38 @@ #--- END OF EXAMPLES --- # Matt Jolly <kangie@gentoo.org> (2024-11-09) +# The legacy Rust ebuilds are no longer maintained and have been +# replaced by the new slotted Rust. Removal in 30 days. +=dev-lang/rust-1.71.1 +=dev-lang/rust-1.74.1 +=dev-lang/rust-1.75.0-r1 +=dev-lang/rust-1.77.1 +=dev-lang/rust-1.79.0 +=dev-lang/rust-1.80.1 +=dev-lang/rust-1.81.0 +=dev-lang/rust-1.82.0 +=dev-lang/rust-bin-1.71.1 +=dev-lang/rust-bin-1.74.1 +=dev-lang/rust-bin-1.75.0 +=dev-lang/rust-bin-1.77.1 +=dev-lang/rust-bin-1.79.0 +=dev-lang/rust-bin-1.80.1 +=dev-lang/rust-bin-1.81.0 +=dev-lang/rust-bin-1.82.0 +=virtual/rust-1.71.1-r2 +=virtual/rust-1.74.1-r1 +=virtual/rust-1.75.0-r1 +=virtual/rust-1.77.1 +=virtual/rust-1.79.0 +=virtual/rust-1.80.1 +=virtual/rust-1.81.0-r1 +=virtual/rust-1.82.0 + +# Matt Jolly <kangie@gentoo.org> (2024-11-09) +# Does not build with any rust version in the tree. Removal in 30 days. +=dev-lang/starlark-rust-0.8.0 + +# Matt Jolly <kangie@gentoo.org> (2024-11-09) # Does not build with any rust version in the tree. Removal in 30 days. =dev-util/wasmer-0.11.0 |