summaryrefslogtreecommitdiff
path: root/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild
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.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild b/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild
index 83455c01857..c205972eaad 100644
--- a/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild
+++ b/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild
@@ -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
+"