diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-01-28 22:16:27 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-01-28 23:09:29 -0500 |
commit | 84fdf2f81cf2f39854cb20598be34c1cbd15a4a6 (patch) | |
tree | 3f11b4a421ce92342c399f2a182aaee7695e01b2 /dev-lang | |
parent | virtual/rust: Stabilize 1.74.1 ppc64, #920441 (diff) | |
download | gentoo-84fdf2f81cf2f39854cb20598be34c1cbd15a4a6.tar.gz gentoo-84fdf2f81cf2f39854cb20598be34c1cbd15a4a6.tar.bz2 gentoo-84fdf2f81cf2f39854cb20598be34c1cbd15a4a6.zip |
dev-lang/rust: Stabilize 1.74.1 sparc, #920441
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-1.74.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.74.1.ebuild b/dev-lang/rust/rust-1.74.1.ebuild index c7e314b7b0a4..956ce4016716 100644 --- a/dev-lang/rust/rust-1.74.1.ebuild +++ b/dev-lang/rust/rust-1.74.1.ebuild @@ -19,7 +19,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc ~x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" |