diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-06-17 09:23:43 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-06-17 09:23:51 +0200 |
commit | bd31145e88fbd801ee3387db832e3f64c17532f3 (patch) | |
tree | 460113892c6248413e2273f72c496f8eb1add3c8 /dev-lang/rust | |
parent | dev-python/flask: x86 stable wrt bug #796053 (diff) | |
download | gentoo-bd31145e88fbd801ee3387db832e3f64c17532f3.tar.gz gentoo-bd31145e88fbd801ee3387db832e3f64c17532f3.tar.bz2 gentoo-bd31145e88fbd801ee3387db832e3f64c17532f3.zip |
dev-lang/rust: x86 stable wrt bug #796269
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.52.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.52.1.ebuild b/dev-lang/rust/rust-1.52.1.ebuild index c96e6ab50ee4..452ea6236c65 100644 --- a/dev-lang/rust/rust-1.52.1.ebuild +++ b/dev-lang/rust/rust-1.52.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 ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" |