commit: 3f885b221a37ee3055bed4acd84a70207ed5ffe9 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sat Jan 23 10:43:26 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Jan 23 10:43:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f885b22
profiles/arch/arm: mask/unmask rav1e flag for >=media-libs/libheif-1.10.0 Closes: https://github.com/gentoo/gentoo/pull/18715 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> profiles/arch/arm/armv6j/package.use.mask | 4 ++++ profiles/arch/arm/armv7a/package.use.mask | 4 ++++ profiles/arch/arm/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/arm/armv6j/package.use.mask b/profiles/arch/arm/armv6j/package.use.mask index bf74cb1118e..e7e691c59d4 100644 --- a/profiles/arch/arm/armv6j/package.use.mask +++ b/profiles/arch/arm/armv6j/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jakov Smolic <[email protected]> (2021-01-23) +# Rust is available here +>=media-libs/libheif-1.10.0 -rav1e + # Joonas Niilola <[email protected]> (2020-10-08) # libavif is keyworded for this profile. dev-libs/efl -avif diff --git a/profiles/arch/arm/armv7a/package.use.mask b/profiles/arch/arm/armv7a/package.use.mask index a2fe67d1e4d..c9e11ff52c4 100644 --- a/profiles/arch/arm/armv7a/package.use.mask +++ b/profiles/arch/arm/armv7a/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jakov Smolic <[email protected]> (2021-01-23) +# Rust is available here +>=media-libs/libheif-1.10.0 -rav1e + # Joonas Niilola <[email protected]> (2020-10-08) # Dependency keyworded on this arm profile. dev-libs/efl -avif diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 021fd899c5a..02f4e83c447 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jakov Smolic <[email protected]> (2021-01-23) +# Depends on media-video/rav1e which needs Rust +>=media-libs/libheif-1.10.0 rav1e + # Sam James <[email protected]> (2021-01-21) # Needs keywording of new test dependency # bug #766441
