commit:     a8b906c320300c866401b4b065f1e0ca54c3b89a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  7 19:25:15 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 10:03:06 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8b906c3

kde-apps/libkexiv2: Port to KF6

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

 kde-apps/libkexiv2/libkexiv2-9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/kde-apps/libkexiv2/libkexiv2-9999.ebuild 
b/kde-apps/libkexiv2/libkexiv2-9999.ebuild
index 1fa747d54e..426eb94367 100644
--- a/kde-apps/libkexiv2/libkexiv2-9999.ebuild
+++ b/kde-apps/libkexiv2/libkexiv2-9999.ebuild
@@ -3,18 +3,19 @@
 
 EAPI=8
 
-QTMIN=5.15.9
+KFMIN=5.245.0
+QTMIN=6.6.0
 inherit ecm gear.kde.org
 
 DESCRIPTION="Wrapper around exiv2 library"
 
 LICENSE="GPL-2+"
-SLOT="5"
+SLOT="6"
 KEYWORDS=""
 IUSE="+xmp"
 
 DEPEND="
-       >=dev-qt/qtgui-${QTMIN}:5
+       >=dev-qt/qtbase-${QTMIN}:6[gui]
        >=media-gfx/exiv2-0.25:=[xmp=]
 "
 RDEPEND="${DEPEND}"

Reply via email to