summaryrefslogtreecommitdiff
path: root/app-crypt/keysmith/keysmith-24.04.90.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/keysmith/keysmith-24.04.90.ebuild')
-rw-r--r--app-crypt/keysmith/keysmith-24.04.90.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-crypt/keysmith/keysmith-24.04.90.ebuild b/app-crypt/keysmith/keysmith-24.04.90.ebuild
index 18b267398a5..da372f6cd31 100644
--- a/app-crypt/keysmith/keysmith-24.04.90.ebuild
+++ b/app-crypt/keysmith/keysmith-24.04.90.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~amd64"
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
+"