Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
Date: Tue, 24 Dec 2019 15:02:51
Message-Id: 1577199743.b90ba14cb4ef5df25bc62ed7a1ddc464872ccec3.zlogene@gentoo
1 commit: b90ba14cb4ef5df25bc62ed7a1ddc464872ccec3
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 24 15:02:23 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 24 15:02:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b90ba14c
7
8 virtual/rust: 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 virtual/rust/rust-1.40.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/virtual/rust/rust-1.40.0.ebuild b/virtual/rust/rust-1.40.0.ebuild
18 index 19c3fd98633..64c77a7fa4e 100644
19 --- a/virtual/rust/rust-1.40.0.ebuild
20 +++ b/virtual/rust/rust-1.40.0.ebuild
21 @@ -7,7 +7,7 @@ DESCRIPTION="Virtual for Rust language compiler"
22
23 LICENSE=""
24 SLOT="0"
25 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
26 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
27
28 BDEPEND=""
29 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"