diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-26 13:59:49 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-26 14:31:16 +0300 |
commit | ae6a1451726399ae6bc785384a2287ce75e24122 (patch) | |
tree | f115e2d9438748ceb9ade27e3d83064089a562f4 /dev-lang/rust/rust-1.77.1.ebuild | |
parent | kde-apps/knotes: add 24.07.80_p20240826 (git master snapshot) (diff) | |
download | gentoo-ae6a1451726399ae6bc785384a2287ce75e24122.tar.gz gentoo-ae6a1451726399ae6bc785384a2287ce75e24122.tar.bz2 gentoo-ae6a1451726399ae6bc785384a2287ce75e24122.zip |
dev-lang/rust: dekeyword mips for older version
To match the supported keywords of rust-bin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-1.77.1.ebuild')
-rw-r--r-- | dev-lang/rust/rust-1.77.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.77.1.ebuild b/dev-lang/rust/rust-1.77.1.ebuild index 7a7bd02afe98..b69b63f5e0ef 100644 --- a/dev-lang/rust/rust-1.77.1.ebuild +++ b/dev-lang/rust/rust-1.77.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 ~loong ~mips ppc ppc64 ~riscv sparc x86" + KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" |