Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/
Date: Tue, 24 Dec 2019 15:02:49
Message-Id: 1577199655.70f236335d7a69a416b48bcbe5a1c38a768b6835.zlogene@gentoo
1 commit: 70f236335d7a69a416b48bcbe5a1c38a768b6835
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 24 15:00:55 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 24 15:00:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f23633
7
8 dev-lang/rust-bin: Add ~arm keyword wrt bug #609654
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 RepoMan-Options: --include-arches="arm"
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 dev-lang/rust-bin/rust-bin-1.38.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/rust-bin/rust-bin-1.38.0.ebuild b/dev-lang/rust-bin/rust-bin-1.38.0.ebuild
18 index 692430f4eae..4c4e24a9737 100644
19 --- a/dev-lang/rust-bin/rust-bin-1.38.0.ebuild
20 +++ b/dev-lang/rust-bin/rust-bin-1.38.0.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})"
22
23 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
24 SLOT="stable"
25 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
26 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
27 IUSE="clippy cpu_flags_x86_sse2 doc libressl rustfmt"
28
29 DEPEND=""