diff options
author | Sam James <sam@gentoo.org> | 2022-10-12 20:21:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-12 20:21:17 +0100 |
commit | c7ff8b4f621cd94b91b2899815cde9c49a1f6da8 (patch) | |
tree | a502759ba18ec317f5768d81b2e37be213f47999 /dev-lang/rust | |
parent | dev-lang/rust-bin: Stabilize 1.64.0 amd64, #872560 (diff) | |
download | gentoo-c7ff8b4f621cd94b91b2899815cde9c49a1f6da8.tar.gz gentoo-c7ff8b4f621cd94b91b2899815cde9c49a1f6da8.tar.bz2 gentoo-c7ff8b4f621cd94b91b2899815cde9c49a1f6da8.zip |
dev-lang/rust: Stabilize 1.64.0-r1 amd64, #872560
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.64.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.64.0-r1.ebuild b/dev-lang/rust/rust-1.64.0-r1.ebuild index 53be71595695..a7dd85ea0420 100644 --- a/dev-lang/rust/rust-1.64.0-r1.ebuild +++ b/dev-lang/rust/rust-1.64.0-r1.ebuild @@ -19,7 +19,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips ppc64 ~riscv ~sparc ~x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" |