commit: 88de2853e29a7cb6e7b657edc0e5afba33ef6a5c
parent 6759f61e41522a240f377d946312e97e50963475
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 9 Feb 2026 02:29:28 +0100
x11-themes/adwaita-qt: Switch to Qt6
Diffstat:
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/x11-themes/adwaita-qt/adwaita-qt-1.4.2-r1.ebuild b/x11-themes/adwaita-qt/adwaita-qt-1.4.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,14 +13,11 @@ SRC_URI="
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="gnome"
DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
+ dev-qt/qtbase:6[gui,widgets]
"
RDEPEND="${DEPEND}"
PDEPEND="gnome? ( x11-themes/QGnomePlatform )"
@@ -31,7 +28,7 @@ PATCHES=(
src_configure() {
local mycmakeargs=(
- -DUSE_QT6=false
+ -DUSE_QT6=ON
)
cmake_src_configure
}