diff options
| author | Sam James <sam@gentoo.org> | 2024-09-12 02:46:04 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-09-12 02:46:04 +0100 |
| commit | 9c6881f0e22f15ae2bdae113c1249b19843bcc6d (patch) | |
| tree | 69750c71d3c497545f8ffd104c3bb0da5a84aa52 /ci/ciimage | |
| parent | 4179996fefd272cc0c893b88ad17c010fa037768 (diff) | |
| download | meson-9c6881f0e22f15ae2bdae113c1249b19843bcc6d.tar.gz | |
ci: gentoo: install dev-qt/qttools
Qt 6 now has stable keywords (and has for a while). Recent stabilisation
of Plasma 6 now pulls in Qt 6 in the image builder so frameworks: 4 qt
fails as qttools is missing.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'ci/ciimage')
| -rwxr-xr-x | ci/ciimage/gentoo/install.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/ciimage/gentoo/install.sh b/ci/ciimage/gentoo/install.sh index 5a8f68070..caf21a1fa 100755 --- a/ci/ciimage/gentoo/install.sh +++ b/ci/ciimage/gentoo/install.sh @@ -40,8 +40,7 @@ pkgs_stable=( sci-libs/hdf5 dev-qt/linguist-tools sys-devel/llvm - # qt6 unstable - #dev-qt/qttools + dev-qt/qttools # misc app-admin/sudo |
