Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-lang/rust/
Date: Fri, 21 Jan 2022 04:29:42
Message-Id: 1642739374.9d3ec5b5a98c942d43c1db89c615f3cc42852bed.anarchy@gentoo
1 commit: 9d3ec5b5a98c942d43c1db89c615f3cc42852bed
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 21 04:29:34 2022 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 04:29:34 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=9d3ec5b5
7
8 dev-lang/rust: remove unsupported keywords for musl
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 dev-lang/rust/rust-1.58.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/rust/rust-1.58.1.ebuild b/dev-lang/rust/rust-1.58.1.ebuild
17 index c66c3d16..f663a781 100644
18 --- a/dev-lang/rust/rust-1.58.1.ebuild
19 +++ b/dev-lang/rust/rust-1.58.1.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 arm64"
26 fi
27
28 RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0"