commit:     be4f558074ad89b9d50105f2afdc71e9cf4775b3
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:04:39 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 21:11:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=be4f5580

dev-libs/libqtxdg: welcome qt6

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild 
b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index 1e3e0e22..e294c0d8 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,21 +22,17 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-       >=dev-util/lxqt-build-tools-0.13.0
+       >=dev-util/lxqt-build-tools-2.0.0
        virtual/pkgconfig
 "
 RDEPEND="
        dev-libs/glib:2
-       >=dev-qt/qtcore-5.15:5
-       >=dev-qt/qtdbus-5.15:5
-       >=dev-qt/qtgui-5.15:5=
-       >=dev-qt/qtsvg-5.15:5
-       >=dev-qt/qtwidgets-5.15:5
-       >=dev-qt/qtxml-5.15:5
+       >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
+       >=dev-qt/qtsvg-6.6:6
        x11-misc/xdg-utils
 "
 DEPEND="${RDEPEND}
-       test? ( >=dev-qt/qttest-5.15:5 )
+       test? ( >=dev-qt/qtbase-6.6:6[test] )
 "
 
 src_configure() {

Reply via email to