commit: ba5f65018175bd9d9b874ff800337fa4d94b535a Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Oct 8 10:41:53 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Oct 8 10:41:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5f6501
profiles/arch/arm/armv6j: unmask efl[avif] on this profile Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> profiles/arch/arm/armv6j/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm/armv6j/package.use.mask b/profiles/arch/arm/armv6j/package.use.mask index acb4ca99cbd..fe8a73d403c 100644 --- a/profiles/arch/arm/armv6j/package.use.mask +++ b/profiles/arch/arm/armv6j/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joonas Niilola <[email protected]> (2020-10-08) +# libavif is keyworded for this profile. +dev-libs/efl -avif + # Mart Raudsepp <[email protected]> (2020-08-02) # virtual/rust is available here >=media-gfx/eog-3.33.1 -svg
