diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-04-20 08:36:26 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-04-20 08:36:26 +0200 |
commit | db06eed4754365c277648e8154f0290e6a817401 (patch) | |
tree | 15cc8466afa96a015eac0ff85e558585b9eff783 /dev-lang/rust | |
parent | profiles/arch/x86: Drop package.use.mask for app-emacs/fsharp-mode[test] (diff) | |
download | gentoo-db06eed4754365c277648e8154f0290e6a817401.tar.gz gentoo-db06eed4754365c277648e8154f0290e6a817401.tar.bz2 gentoo-db06eed4754365c277648e8154f0290e6a817401.zip |
dev-lang/rust: amd64 stable wrt bug #838865
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.59.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.59.0.ebuild b/dev-lang/rust/rust-1.59.0.ebuild index 7d886da88dcf..2c0c4b7fbe5b 100644 --- a/dev-lang/rust/rust-1.59.0.ebuild +++ b/dev-lang/rust/rust-1.59.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)).1" |