commit: 1412b648e214361499e3baf9c8a72c554cdb1562 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Tue May 16 19:00:47 2023 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue May 16 20:09:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1412b648
profiles/arch: mask USE=avif for dev-lang/php on a few arches. Bug: https://bugs.gentoo.org/903728 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 1 + profiles/arch/hppa/package.use.mask | 1 + profiles/arch/ia64/package.use.mask | 1 + profiles/arch/powerpc/ppc32/package.use.mask | 1 + profiles/arch/s390/package.use.mask | 1 + profiles/arch/sparc/package.use.mask | 1 + 6 files changed, 6 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 770e4ad080b6..083efcc0c283 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -120,6 +120,7 @@ media-libs/rubberband jni media-libs/gd avif heif media-gfx/graphicsmagick heif www-client/links avif +dev-lang/php avif # Sam James <[email protected]> (2021-02-26) # dev-libs/efl not keyworded here diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 9a41708780b6..a6cfbf89b074 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -161,6 +161,7 @@ media-libs/rubberband jni media-libs/gd avif heif media-gfx/graphicsmagick heif www-client/links avif +dev-lang/php avif # Georgy Yakovlev <[email protected]> (2021-01-19) # uchardet not stable/keyworded yet on this arch diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 5a9512a589c0..31bc5632ed6a 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -129,6 +129,7 @@ media-libs/rubberband jni media-libs/gd avif heif media-gfx/graphicsmagick heif www-client/links avif +dev-lang/php avif # Akinori Hattori <[email protected]> (2021-03-03) # dev-lang/ruby is not keyworded diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 937d50098c08..64adb538d008 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -133,6 +133,7 @@ dev-python/diskcache test # media-libs/libavif isn't keyworded here media-libs/gd avif heif www-client/links avif +dev-lang/php avif # Sam James <[email protected]> (2021-02-28) # compiler-rt* has no support for ppc32 (yet?) diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index a57aae057f3b..41ac083218a1 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -96,6 +96,7 @@ media-libs/libcanberra sound media-libs/gd avif heif media-gfx/graphicsmagick heif www-client/links avif +dev-lang/php avif # Sam James <[email protected]> (2022-04-24) # Unkeyworded dev-tcltk/* dependencies diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 150f55f06481..d2f6fc2a96a6 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -171,6 +171,7 @@ media-libs/gd avif heif net-libs/webkit-gtk avif media-gfx/graphicsmagick heif www-client/links avif +dev-lang/php avif # Sam James <[email protected]> (2021-02-26) # dev-libs/efl not keyworded here
