commit: a68700df5aa5648ae9fa2ccab37fee9906fb1a89 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Dec 1 16:28:57 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 1 16:28:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68700df
profiles: mask OSL 12 Doesn't support LLVM 13 yet and it's a development release. OSL 11 is actually *newer* (getting more frequente releases). Bug: https://bugs.gentoo.org/797298 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index caf0ab95a465..89cad9371325 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2021-12-01) +# OSL 12 is a development release (for now). +# Doesn't work with LLVM 13 yet; mask to help +# Blender compatibility (no mixed LLVM versions). +=media-libs/osl-1.12* + # William Hubbs <[email protected]> (2021-11-30) # Dead upstream, no releases since 2015 # Bug #770619; masked for removal on 2021-12-30.
