commit: 452dffa81d9041d1bcb150cc26ef221be54831bd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 10 22:07:01 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 10 22:07:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452dffa8
profiles/base: mask sci-physics/bullet[tbb] Closes: https://bugs.gentoo.org/820827 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index b9c6b6beee19..9cf712296491 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Sam James <[email protected]> (2022-07-10) +# TBB support is deprecated/broken upstream, needs older version, +# and upstream are inclined to remove it entirely. bug #820827. +sci-physics/bullet tbb + # Georgy Yakovlev <[email protected]> (2022-07-03) # miri is known to be broken on release builds from time to time # most of the time it requires nightly (real nightly) compiler.
