diff options
author | matoro <matoro@users.noreply.github.com> | 2022-09-14 20:04:35 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-23 01:05:21 +0100 |
commit | c62a34db0e10a978b1a5bce830947ebde01c4312 (patch) | |
tree | db8227ee51dfa01bb5e8f005d17e35e0ab375d19 /dev-lang/rust | |
parent | dev-lang/rust-bin: keyword 1.63.0 for ~mips (diff) | |
download | gentoo-c62a34db0e10a978b1a5bce830947ebde01c4312.tar.gz gentoo-c62a34db0e10a978b1a5bce830947ebde01c4312.tar.bz2 gentoo-c62a34db0e10a978b1a5bce830947ebde01c4312.zip |
dev-lang/rust: keyword 1.63.0-r1 for ~mips
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.63.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.63.0-r1.ebuild b/dev-lang/rust/rust-1.63.0-r1.ebuild index b5696d6d71ab..9397a6ae451c 100644 --- a/dev-lang/rust/rust-1.63.0-r1.ebuild +++ b/dev-lang/rust/rust-1.63.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 ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~sparc ~x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" |