Gentoo Archives: gentoo-commits

From: Doug Goldstein <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv4/, profiles/arch/arm/armv4t/, profiles/arch/arm/armv5te/
Date: Fri, 01 Jun 2018 19:28:09
Message-Id: 1527881254.ea04a1d2939affe00cea7dbf57dbbede5c1c6481.cardoe@gentoo
1 commit: ea04a1d2939affe00cea7dbf57dbbede5c1c6481
2 Author: stefson <herrtimson <AT> yahoo <DOT> de>
3 AuthorDate: Fri Jun 1 04:49:20 2018 +0000
4 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 1 19:27:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea04a1d2
7
8 profiles: mask dev-lang/rust{-bin} for armv4 and armv5
9
10 profiles/arch/arm/armv4/package.mask | 4 ++++
11 profiles/arch/arm/armv4t/package.mask | 3 +++
12 profiles/arch/arm/armv5te/package.mask | 3 +++
13 3 files changed, 10 insertions(+)
14
15 diff --git a/profiles/arch/arm/armv4/package.mask b/profiles/arch/arm/armv4/package.mask
16 index 356f2989cec..7a01f045703 100644
17 --- a/profiles/arch/arm/armv4/package.mask
18 +++ b/profiles/arch/arm/armv4/package.mask
19 @@ -1,3 +1,7 @@
20 # Anthony Ryan <anthonyryan1@×××××.com> (21 Jan 2017)
21 # This package states supports for arm >= v6
22 dev-lang/nim
23 +
24 +# There is no prebuilt rustc for armv4 by upstream
25 +dev-lang/rust-bin
26 +dev-lang/rust
27
28 diff --git a/profiles/arch/arm/armv4t/package.mask b/profiles/arch/arm/armv4t/package.mask
29 index 8d61e72a31a..7a01f045703 100644
30 --- a/profiles/arch/arm/armv4t/package.mask
31 +++ b/profiles/arch/arm/armv4t/package.mask
32 @@ -2,3 +2,6 @@
33 # This package states supports for arm >= v6
34 dev-lang/nim
35
36 +# There is no prebuilt rustc for armv4 by upstream
37 +dev-lang/rust-bin
38 +dev-lang/rust
39
40 diff --git a/profiles/arch/arm/armv5te/package.mask b/profiles/arch/arm/armv5te/package.mask
41 index 8d61e72a31a..5f018a0c3e3 100644
42 --- a/profiles/arch/arm/armv5te/package.mask
43 +++ b/profiles/arch/arm/armv5te/package.mask
44 @@ -2,3 +2,6 @@
45 # This package states supports for arm >= v6
46 dev-lang/nim
47
48 +# There is no prebuilt rustc for armv5 by upstream
49 +dev-lang/rust-bin
50 +dev-lang/rust