aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/keysmith/keysmith-24.05.49.9999.ebuild')
-rw-r--r--app-crypt/keysmith/keysmith-24.05.49.9999.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild b/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild
index 83455c0185..f222bcf120 100644
--- a/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild
+++ b/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
KDE_ORG_CATEGORY="utilities"
ECM_TEST="true"
-KFMIN=6.0.0
+KFMIN=6.3.0
QTMIN=6.6.2
inherit ecm gear.kde.org
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS=""
IUSE=""
-RDEPEND="
+COMMON_DEPEND="
dev-libs/kirigami-addons:6
dev-libs/libsodium:=
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
@@ -28,6 +28,9 @@ RDEPEND="
>=kde-frameworks/kirigami-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6
"
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
>=dev-qt/qtbase-${QTMIN}:6[concurrent]
"
+RDEPEND="${COMMON_DEPEND}
+ >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
+"