commit: 10fbb25c765024e2b6bb4af3f83f1e5cff7a6188 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Tue Nov 21 08:54:52 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Nov 21 08:54:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10fbb25c
profiles/arch/amd64: properly mask freecad[qt6] on amd64 We have to mask this here as well as in base/package.use.mask because qt6 is globally unmasked on amd64 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index ef0252d04e69..037bd8e5c0ca 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,16 @@ #--- END OF EXAMPLES --- +# Andrew Ammerlaan <andrewammerl...@gentoo.org> (2023-11-20) +# Qt6 is still experimental in freecad, currently the configure phase +# gets itself stuck by importing both qt5 and qt6 cmake files. +# Since there is no python3.12 support for shiboken2/pyside2, we have +# to mask that flag as well. +# +# We have to mask this here as well as in base/package.use.mask +# because qt6 is globally unmasked on amd64 +media-gfx/freecad qt6 python_single_target_python3_12 + # Florian Schmaus <f...@gentoo.org> (2023-11-10) # Only available for amd64. sys-apps/irqbalance -thermal