Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv7a/, profiles/arch/arm/armv6j/, profiles/arch/arm/
Date: Mon, 29 Jun 2020 06:33:37
Message-Id: 1593412399.bee2db9d5cb7789f371c4b15dc26574322c0f98a.mgorny@gentoo
1 commit: bee2db9d5cb7789f371c4b15dc26574322c0f98a
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Sun Jun 28 23:35:17 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 06:33:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee2db9d
7
8 profiles: arm: mask net-news/newsboat (on < armv6j)
9
10 On ARM, we don't have Rust before arm6j.
11
12 Bug: https://bugs.gentoo.org/677018
13 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 profiles/arch/arm/armv6j/package.mask | 5 +++++
17 profiles/arch/arm/armv7a/package.mask | 5 +++++
18 profiles/arch/arm/package.mask | 5 +++++
19 3 files changed, 15 insertions(+)
20
21 diff --git a/profiles/arch/arm/armv6j/package.mask b/profiles/arch/arm/armv6j/package.mask
22 index 96302cff734..9bf1f42c14b 100644
23 --- a/profiles/arch/arm/armv6j/package.mask
24 +++ b/profiles/arch/arm/armv6j/package.mask
25 @@ -1,6 +1,11 @@
26 # Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 +# Sam James <sam@×××××.info> (2020-06-29)
30 +# Needs Rust, which is available here
31 +# Bug #677018
32 +-net-news/newsboat
33 +
34 # James Le Cuirot <chewi@g.o> (2016-01-09)
35 # This is built for armv6 so unmask against the wider arm mask.
36 -dev-java/oracle-jdk-bin
37
38 diff --git a/profiles/arch/arm/armv7a/package.mask b/profiles/arch/arm/armv7a/package.mask
39 index 0f744267ab9..98386609582 100644
40 --- a/profiles/arch/arm/armv7a/package.mask
41 +++ b/profiles/arch/arm/armv7a/package.mask
42 @@ -1,6 +1,11 @@
43 # Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 +# Sam James <sam@×××××.info> (2020-06-29)
47 +# Needs Rust, which is available here
48 +# Bug #677018
49 +-net-news/newsboat
50 +
51 # Sam James <sam@×××××.info> (2020-06-24)
52 # Valgrind works on ARMv7
53 -dev-util/valgrind
54
55 diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask
56 index 55b8688549d..34754836d7f 100644
57 --- a/profiles/arch/arm/package.mask
58 +++ b/profiles/arch/arm/package.mask
59 @@ -1,6 +1,11 @@
60 # Copyright 1999-2019 Gentoo Authors
61 # Distributed under the terms of the GNU General Public License v2
62
63 +# Sam James <sam@×××××.info> (2020-06-29)
64 +# Needs Rust (only on >= armv6j)
65 +# Bug #677018
66 +net-news/newsboat
67 +
68 # Sam James <sam@×××××.info> (2020-06-24)
69 # Valgrind lacks support for < ARMv7
70 # https://valgrind.org/info/platforms.html