commit: 9094c5b1cb79957222efecdbd6b2c7a113b60a92 Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net> AuthorDate: Wed Jun 16 18:27:09 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 21 22:25:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9094c5b1
profiles: mask pcl USE flag on non-live freecad sci-libs/pcl-1.11.1 doesn't support >=sci-libs/vtk-9 Bug: https://bugs.gentoo.org/796368 Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net> Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 2b105478f5c..5f3f70e9821 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Bernd Waibel <[email protected]> (2021-06-16) +# sci-libs/pcl-1.11.1 is missing support for >=sci-libs/vtk-9 +# bug #796368 +=media-gfx/freecad-0.19.2-r2 pcl + # Bernd Waibel <[email protected]> (2021-06-11) # Has unpackaged depdencies, bug #795459 >=media-libs/opencolorio-2.0.0 doc
