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: Sat, 25 Jun 2022 05:40:15
Message-Id: 1656135349.7da63c05115c49b3a0404313a1bb856afa576200.sam@gentoo
1 commit: 7da63c05115c49b3a0404313a1bb856afa576200
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 05:35:49 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 05:35:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da63c05
7
8 dev-lang/rust: keyword 1.61.0-r1 for ~sparc
9
10 Closes: https://bugs.gentoo.org/769467
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-lang/rust/rust-1.61.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/rust/rust-1.61.0-r1.ebuild b/dev-lang/rust/rust-1.61.0-r1.ebuild
17 index 0d78a06e94e3..f2d87f021ce4 100644
18 --- a/dev-lang/rust/rust-1.61.0-r1.ebuild
19 +++ b/dev-lang/rust/rust-1.61.0-r1.ebuild
20 @@ -19,7 +19,7 @@ else
21 SLOT="stable/${ABI_VER}"
22 MY_P="rustc-${PV}"
23 SRC="${MY_P}-src.tar.xz"
24 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
25 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
26 fi
27
28 RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0"