summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James (sam_c) <sam@cmpct.info>2020-06-28 23:35:17 +0000
committerMichał Górny <mgorny@gentoo.org>2020-06-29 08:33:19 +0200
commitbee2db9d5cb7789f371c4b15dc26574322c0f98a (patch)
tree00200ee9ba4331c1f3646e42aaef79ab946e8fa1 /profiles/arch
parentprofiles: arm: mask cleanup (diff)
downloadgentoo-bee2db9d5cb7789f371c4b15dc26574322c0f98a.tar.gz
gentoo-bee2db9d5cb7789f371c4b15dc26574322c0f98a.tar.bz2
gentoo-bee2db9d5cb7789f371c4b15dc26574322c0f98a.zip
profiles: arm: mask net-news/newsboat (on < armv6j)
On ARM, we don't have Rust before arm6j. Bug: https://bugs.gentoo.org/677018 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/arm/armv6j/package.mask5
-rw-r--r--profiles/arch/arm/armv7a/package.mask5
-rw-r--r--profiles/arch/arm/package.mask5
3 files changed, 15 insertions, 0 deletions
diff --git a/profiles/arch/arm/armv6j/package.mask b/profiles/arch/arm/armv6j/package.mask
index 96302cff734c..9bf1f42c14b7 100644
--- a/profiles/arch/arm/armv6j/package.mask
+++ b/profiles/arch/arm/armv6j/package.mask
@@ -1,6 +1,11 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# Sam James <sam@cmpct.info> (2020-06-29)
+# Needs Rust, which is available here
+# Bug #677018
+-net-news/newsboat
+
# James Le Cuirot <chewi@gentoo.org> (2016-01-09)
# This is built for armv6 so unmask against the wider arm mask.
-dev-java/oracle-jdk-bin
diff --git a/profiles/arch/arm/armv7a/package.mask b/profiles/arch/arm/armv7a/package.mask
index 0f744267ab9b..983866095825 100644
--- a/profiles/arch/arm/armv7a/package.mask
+++ b/profiles/arch/arm/armv7a/package.mask
@@ -1,6 +1,11 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# Sam James <sam@cmpct.info> (2020-06-29)
+# Needs Rust, which is available here
+# Bug #677018
+-net-news/newsboat
+
# Sam James <sam@cmpct.info> (2020-06-24)
# Valgrind works on ARMv7
-dev-util/valgrind
diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask
index 55b8688549df..34754836d7f6 100644
--- a/profiles/arch/arm/package.mask
+++ b/profiles/arch/arm/package.mask
@@ -1,6 +1,11 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Sam James <sam@cmpct.info> (2020-06-29)
+# Needs Rust (only on >= armv6j)
+# Bug #677018
+net-news/newsboat
+
# Sam James <sam@cmpct.info> (2020-06-24)
# Valgrind lacks support for < ARMv7
# https://valgrind.org/info/platforms.html