commit: bee2db9d5cb7789f371c4b15dc26574322c0f98a Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info> AuthorDate: Sun Jun 28 23:35:17 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jun 29 06:33:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee2db9d
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 <AT> cmpct.info> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/arm/armv6j/package.mask | 5 +++++ profiles/arch/arm/armv7a/package.mask | 5 +++++ profiles/arch/arm/package.mask | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/profiles/arch/arm/armv6j/package.mask b/profiles/arch/arm/armv6j/package.mask index 96302cff734..9bf1f42c14b 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 <[email protected]> (2020-06-29) +# Needs Rust, which is available here +# Bug #677018 +-net-news/newsboat + # James Le Cuirot <[email protected]> (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 0f744267ab9..98386609582 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 <[email protected]> (2020-06-29) +# Needs Rust, which is available here +# Bug #677018 +-net-news/newsboat + # Sam James <[email protected]> (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 55b8688549d..34754836d7f 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 <[email protected]> (2020-06-29) +# Needs Rust (only on >= armv6j) +# Bug #677018 +net-news/newsboat + # Sam James <[email protected]> (2020-06-24) # Valgrind lacks support for < ARMv7 # https://valgrind.org/info/platforms.html
