commit: 0892cf904167c811b7ac1c45f392ade6213618d3 Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net> AuthorDate: Sat Jan 28 13:55:50 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sat Jan 28 14:13:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0892cf90
profiles/base/package.use.mask: mask debug USE flag for sci-libs/vtk The use flag has some issues building, adds an additional layer of complexity and it's advantage is uncertain. It needs some love to get the cmake options attached to it right and see, if some of them need additional guards related to use flags in use. We might also decide to remove this use flag completely in the future. Closes: https://bugs.gentoo.org/891829 Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net> Closes: https://github.com/gentoo/gentoo/pull/29236 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index f684c5de48a9..c3f8b6eb7b9c 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Bernd Waibel <[email protected]> (2023-01-28) +# Has some issues building and needs some love first. +# Bug #891829 +# https://github.com/gentoo/gentoo/pull/29236#issuecomment-1407373536 +sci-libs/vtk debug + # Michał Górny <[email protected]> (2023-01-21) # media-libs/libextractor is masked for removal. media-plugins/vdr-xineliboutput libextractor
