From 9c6881f0e22f15ae2bdae113c1249b19843bcc6d Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 12 Sep 2024 02:46:04 +0100 Subject: [PATCH] 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 --- ci/ciimage/gentoo/install.sh | 3 +-- 1 file changed, 1 insertion(+), 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