aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-06 22:34:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-09 11:03:06 +0100
commit0489c93a34d2dbbf972256d2972bad5aeee48af9 (patch)
tree61a40b54f9df867b4fcd5d39a66a7c14b459d782 /app-crypt
parentkde-apps/keditbookmarks: Port to KF6 (diff)
downloadkde-0489c93a34d2dbbf972256d2972bad5aeee48af9.tar.gz
kde-0489c93a34d2dbbf972256d2972bad5aeee48af9.tar.bz2
kde-0489c93a34d2dbbf972256d2972bad5aeee48af9.zip
app-crypt/keysmith: Port to KF6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/keysmith/keysmith-9999.ebuild23
1 files changed, 11 insertions, 12 deletions
diff --git a/app-crypt/keysmith/keysmith-9999.ebuild b/app-crypt/keysmith/keysmith-9999.ebuild
index 628224afc7..701c8af3b1 100644
--- a/app-crypt/keysmith/keysmith-9999.ebuild
+++ b/app-crypt/keysmith/keysmith-9999.ebuild
@@ -5,8 +5,8 @@ EAPI=8
KDE_ORG_CATEGORY="utilities"
ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
+KFMIN=5.245.0
+QTMIN=6.6.0
inherit ecm gear.kde.org
DESCRIPTION="OTP client for Plasma Mobile and Desktop"
@@ -18,17 +18,16 @@ KEYWORDS=""
IUSE=""
RDEPEND="
+ dev-libs/kirigami-addons:6
dev-libs/libsodium:=
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=dev-qt/qtsvg-${QTMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6
"
DEPEND="${RDEPEND}
- >=dev-qt/qtconcurrent-${QTMIN}:5
+ >=dev-qt/qtbase-${QTMIN}:6[concurrent]
"