commit: 1fe9fc1dbf278cc2a7ec2371262be9ced55e8691 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 9 08:45:39 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 9 08:47:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe9fc1d
profiles/base/package.use.stable.mask: mask media-gfx/openvdb[python, numpy] Pulls in dev-libs/boost[python, numpy] which isn't fully working atm. Bug: https://bugs.gentoo.org/733830 Bug: https://bugs.gentoo.org/746740 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.stable.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 3a3b7af9c7e..bceec227afb 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -4,6 +4,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Sam James <[email protected]> (2020-10-09) +# Depends on dev-libs/boost[python,numpy], not fully working atm +# bug #733830, bug #746740 +media-gfx/openvdb python numpy + # Joonas Niilola <[email protected]> (2020-10-08) # Experimental feature not yet stabilized. Use with caution. dev-libs/efl avif
