commit: 49a3fd941fc1046c7118f7a3665f32a836634b70 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de> AuthorDate: Fri Dec 22 13:22:05 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Dec 25 17:25:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a3fd94
profiles: reduce mask of avif on sparc Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de> Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/sparc/package.use.mask | 7 ------- profiles/arch/sparc/package.use.stable.mask | 6 ++++++ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index c0ab6e925651..ce2c7c51f114 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -230,13 +230,6 @@ sys-apps/grep static # virtual/jdk isn't keyworded here media-libs/rubberband jni -# Sam James <[email protected]> (2021-03-13) -# media-libs/libavif isn't keyworded here -media-libs/gd avif -net-libs/webkit-gtk avif -www-client/links avif -dev-lang/php avif - # Sam James <[email protected]> (2021-02-26) # dev-libs/efl not keyworded here # and is a desktop application mainly diff --git a/profiles/arch/sparc/package.use.stable.mask b/profiles/arch/sparc/package.use.stable.mask index e58165d60029..176d75274143 100644 --- a/profiles/arch/sparc/package.use.stable.mask +++ b/profiles/arch/sparc/package.use.stable.mask @@ -1,6 +1,12 @@ # Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Rolf Eike Beer <[email protected]> (2023-12-22) +# media-libs/libavif isn't stable here +dev-lang/php avif +media-libs/gd avif +www-client/links avif + # Hans de Graaff <[email protected]> (2023-03-28) # dev-ruby/stringex is not marked stable here yet dev-ruby/kramdown unicode
