diff options
author | matoro <matoro@users.noreply.github.com> | 2022-09-14 20:03:30 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-23 01:05:20 +0100 |
commit | 76f07be629aa4753bb08944d8854c145ed168cfe (patch) | |
tree | 69b964f79e49d62201f6543aceff7555b0b81bca /dev-lang/rust-bin | |
parent | profiles: bring musl on mips into line with 17.0 profiles (diff) | |
download | gentoo-76f07be629aa4753bb08944d8854c145ed168cfe.tar.gz gentoo-76f07be629aa4753bb08944d8854c145ed168cfe.tar.bz2 gentoo-76f07be629aa4753bb08944d8854c145ed168cfe.zip |
dev-lang/rust-bin: keyword 1.63.0 for ~mips
Closes: https://bugs.gentoo.org/769476
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.63.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.63.0.ebuild b/dev-lang/rust-bin/rust-bin-1.63.0.ebuild index af387d8c12d1..b265137db4d1 100644 --- a/dev-lang/rust-bin/rust-bin-1.63.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.63.0.ebuild @@ -20,7 +20,7 @@ SRC_URI+=" sparc? ( ${GENTOO_BIN_BASEURI}/${MY_P}-sparc64-unknown-linux-gnu.tar. LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA" SLOT="stable" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rust-src rustfmt" DEPEND="" |