diff options
author | 2023-06-03 01:52:03 +0100 | |
---|---|---|
committer | 2023-06-03 01:52:03 +0100 | |
commit | fd631ee632801845f3955edaee3aea289146ca33 (patch) | |
tree | af25da2e1dad4c5acbf133cd5e7c4eca49c4cced /dev-lang/rust | |
parent | sys-devel/gcc: cleanup live ebuild handling (diff) | |
download | gentoo-fd631ee632801845f3955edaee3aea289146ca33.tar.gz gentoo-fd631ee632801845f3955edaee3aea289146ca33.tar.bz2 gentoo-fd631ee632801845f3955edaee3aea289146ca33.zip |
dev-lang/rust: Stabilize 1.69.0-r1 amd64, #907722
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.69.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.69.0-r1.ebuild b/dev-lang/rust/rust-1.69.0-r1.ebuild index 1dd71ce737db..20dae73afc36 100644 --- a/dev-lang/rust/rust-1.69.0-r1.ebuild +++ b/dev-lang/rust/rust-1.69.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 ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).2" |