diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-03-09 11:11:22 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-03-09 11:16:11 +0100 |
commit | 21acaba5dc3f54dae3c8a8689a6eec69d53c8c65 (patch) | |
tree | 1d04cd5082ad1e84373260432c720984d9dee768 /profiles | |
parent | media-gfx/freecad: fix build with qt6 (diff) | |
download | gentoo-21acaba5dc3f54dae3c8a8689a6eec69d53c8c65.tar.gz gentoo-21acaba5dc3f54dae3c8a8689a6eec69d53c8c65.tar.bz2 gentoo-21acaba5dc3f54dae3c8a8689a6eec69d53c8c65.zip |
profiles: unmask qt6 for freecad
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 10 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 7 |
2 files changed, 0 insertions, 17 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 9da893b04d4b..36a45fb0e33a 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -75,16 +75,6 @@ media-video/obs-studio -qsv -websocket # app-crypt/rpm-sequoia is keyworded here. app-arch/rpm -sequoia -# 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 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 050baaf5c421..32ba064f6d92 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -69,13 +69,6 @@ sys-devel/sparse llvm # app-crypt/rpm-sequoia is not keyworded on most architectures. app-arch/rpm sequoia -# 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. -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 |