commit: 9abbe92b658a3dcf33b5deb88783f798cfe6f08a Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Jul 10 12:50:36 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Jul 10 12:51:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abbe92b
profiles/arch/arm: mask/unmask media-video/rav1e where rust is available Bug: https://bugs.gentoo.org/728558 Acked-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Thomas Deutschmann <whissi <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, 9 insertions(+), 6 deletions(-) diff --git a/profiles/arch/arm/armv6j/package.mask b/profiles/arch/arm/armv6j/package.mask index 7d7896ab71f..c1f0168040c 100644 --- a/profiles/arch/arm/armv6j/package.mask +++ b/profiles/arch/arm/armv6j/package.mask @@ -1,10 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Sam James <[email protected]> (2020-07-02) # Needs Rust, which is available here --net-news/newsboat -dev-util/cbindgen +-media-video/rav1e +-net-news/newsboat # James Le Cuirot <[email protected]> (2016-01-09) # This is built for armv6 so unmask against the wider arm mask. diff --git a/profiles/arch/arm/armv7a/package.mask b/profiles/arch/arm/armv7a/package.mask index 2572e7f88cb..8769a482604 100644 --- a/profiles/arch/arm/armv7a/package.mask +++ b/profiles/arch/arm/armv7a/package.mask @@ -1,10 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Sam James <[email protected]> (2020-07-02) # Needs Rust, which is available here --net-news/newsboat -dev-util/cbindgen +-media-video/rav1e +-net-news/newsboat # Sam James <[email protected]> (2020-06-24) # Valgrind works on ARMv7 diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask index f6b4ca1933b..6f3a338d63d 100644 --- a/profiles/arch/arm/package.mask +++ b/profiles/arch/arm/package.mask @@ -1,11 +1,12 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Sam James <[email protected]> (2020-07-02) # Packages which need Rust (only on >= 6j) # We unmask them for armv6j, armv7a elsewhere -net-news/newsboat dev-util/cbindgen +media-video/rav1e +net-news/newsboat # Sam James <[email protected]> (2020-06-24) # Valgrind lacks support for < ARMv7
