diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-07-10 14:50:36 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-07-10 14:51:13 +0200 |
commit | 9abbe92b658a3dcf33b5deb88783f798cfe6f08a (patch) | |
tree | 875660eb748bf3e4cd425940b52d2988d66d4241 | |
parent | dev-util/ragel: The tests are not present in the release tarball (diff) | |
download | gentoo-9abbe92b658a3dcf33b5deb88783f798cfe6f08a.tar.gz gentoo-9abbe92b658a3dcf33b5deb88783f798cfe6f08a.tar.bz2 gentoo-9abbe92b658a3dcf33b5deb88783f798cfe6f08a.zip |
profiles/arch/arm: mask/unmask media-video/rav1e where rust is available
Bug: https://bugs.gentoo.org/728558
Acked-by: Sam James <sam@gentoo.org>
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | profiles/arch/arm/armv6j/package.mask | 5 | ||||
-rw-r--r-- | profiles/arch/arm/armv7a/package.mask | 5 | ||||
-rw-r--r-- | 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 7d7896ab71fa..c1f0168040ca 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 <sam@gentoo.org> (2020-07-02) # Needs Rust, which is available here --net-news/newsboat -dev-util/cbindgen +-media-video/rav1e +-net-news/newsboat # James Le Cuirot <chewi@gentoo.org> (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 2572e7f88cb9..8769a4826041 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 <sam@gentoo.org> (2020-07-02) # Needs Rust, which is available here --net-news/newsboat -dev-util/cbindgen +-media-video/rav1e +-net-news/newsboat # Sam James <sam@gentoo.org> (2020-06-24) # Valgrind works on ARMv7 diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask index f6b4ca1933ba..6f3a338d63de 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 <sam@gentoo.org> (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 <sam@gentoo.org> (2020-06-24) # Valgrind lacks support for < ARMv7 |