commit: 0c3ef3469050d8a3aa5ec0ce557bae594996acc7 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Tue Jul 9 20:02:04 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Wed Jul 10 14:07:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c3ef346
profiles/features/wd40: mask dev-lang/php[avif] In newer versions of PHP, this tries to pull in libavif via media-libs/gd[avif], which is already masked here. Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/features/wd40/package.use.mask | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index b253ee7d0daa..4848ad8b6b79 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -196,7 +196,9 @@ dev-vcs/mercurial rust # Joonas Niilola <[email protected]> (2020-10-02) # Sam James <[email protected]> (2021-03-11) +# Michael Orlitzky <[email protected]> (2024-07-09) # Dependency only keyworded on specific ${arch} profiles. +>=dev-lang/php-8.3.9 avif dev-libs/efl avif kde-frameworks/kimageformats avif media-libs/gd avif
