diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-21 09:54:52 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-21 09:54:52 +0100 |
commit | 10fbb25c765024e2b6bb4af3f83f1e5cff7a6188 (patch) | |
tree | f3b2541c9b7304b768474c6db71a0345427f3645 /profiles | |
parent | net-analyzer/gvm-libs: add =slot operator for gnutls (diff) | |
download | gentoo-10fbb25c765024e2b6bb4af3f83f1e5cff7a6188.tar.gz gentoo-10fbb25c765024e2b6bb4af3f83f1e5cff7a6188.tar.bz2 gentoo-10fbb25c765024e2b6bb4af3f83f1e5cff7a6188.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 10 |
1 files changed, 10 insertions, 0 deletions
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 <andrewammerlaan@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 <flow@gentoo.org> (2023-11-10) # Only available for amd64. sys-apps/irqbalance -thermal |