commit:     ff981bb43d3a26734c817dfcd42f78b17c1b304a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 04:46:41 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 19:15:37 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ff981bb4

kde-apps/poxml: Port to KF6

Upstream commit 081dbcaa13d6bd346c113319906288e8e6df3c1c

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/poxml/poxml-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/poxml/poxml-9999.ebuild b/kde-apps/poxml/poxml-9999.ebuild
index 7f8d61d4b2..1310988734 100644
--- a/kde-apps/poxml/poxml-9999.ebuild
+++ b/kde-apps/poxml/poxml-9999.ebuild
@@ -4,18 +4,18 @@
 EAPI=8
 
 ECM_HANDBOOK="forceoptional"
-QTMIN=5.15.12
+QTMIN=6.6.2
 inherit ecm gear.kde.org
 
 DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files"
 
 LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
+SLOT="6"
 KEYWORDS=""
 IUSE=""
 
 DEPEND="
-       >=dev-qt/qtxml-${QTMIN}:5
+       >=dev-qt/qtbase-${QTMIN}:6[xml]
        sys-devel/gettext
 "
 RDEPEND="${DEPEND}"

Reply via email to