diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-10 08:48:25 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-10 08:48:25 +0200 |
commit | 397a7b2588534e466f28932bf477085909e39fde (patch) | |
tree | 68393798a31a8defe6891ea771232e56ec3c09c5 /dev-lang/rust | |
parent | sys-boot/grub: amd64 stable wrt bug #850673 (diff) | |
download | gentoo-397a7b2588534e466f28932bf477085909e39fde.tar.gz gentoo-397a7b2588534e466f28932bf477085909e39fde.tar.bz2 gentoo-397a7b2588534e466f28932bf477085909e39fde.zip |
dev-lang/rust: arm stable wrt bug #850202
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.60.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.60.0.ebuild b/dev-lang/rust/rust-1.60.0.ebuild index 2d4fc74b95ef..0b2ab02a8e65 100644 --- a/dev-lang/rust/rust-1.60.0.ebuild +++ b/dev-lang/rust/rust-1.60.0.ebuild @@ -19,7 +19,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" |