Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Fri, 23 Sep 2022 00:05:43
Message-Id: 1663891521.c62a34db0e10a978b1a5bce830947ebde01c4312.sam@gentoo
1 commit: c62a34db0e10a978b1a5bce830947ebde01c4312
2 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Thu Sep 15 00:04:35 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 00:05:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62a34db
7
8 dev-lang/rust: keyword 1.63.0-r1 for ~mips
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lang/rust/rust-1.63.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lang/rust/rust-1.63.0-r1.ebuild b/dev-lang/rust/rust-1.63.0-r1.ebuild
16 index b5696d6d71ab..9397a6ae451c 100644
17 --- a/dev-lang/rust/rust-1.63.0-r1.ebuild
18 +++ b/dev-lang/rust/rust-1.63.0-r1.ebuild
19 @@ -19,7 +19,7 @@ else
20 SLOT="stable/${ABI_VER}"
21 MY_P="rustc-${PV}"
22 SRC="${MY_P}-src.tar.xz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~sparc ~x86"
25 fi
26
27 RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0"