diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-16 16:13:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-16 16:13:26 +0200 |
commit | fbb7acd03a7d55111aa89733f39f9031594183f4 (patch) | |
tree | ca3eb16ea4fcc643ab0e0c28a8553248c8e0ea89 /app-crypt/keysmith | |
parent | kde-apps/kfloppy: Drop unused dependency (diff) | |
download | kde-fbb7acd03a7d55111aa89733f39f9031594183f4.tar.gz kde-fbb7acd03a7d55111aa89733f39f9031594183f4.tar.bz2 kde-fbb7acd03a7d55111aa89733f39f9031594183f4.zip |
app-crypt/keysmith: Update dependencies
Upstream commit 71db12f26cb2c263f033cf1b3b1f7b5da7dbbb54
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt/keysmith')
-rw-r--r-- | app-crypt/keysmith/keysmith-24.04.90.ebuild | 7 | ||||
-rw-r--r-- | app-crypt/keysmith/keysmith-24.05.49.9999.ebuild | 7 | ||||
-rw-r--r-- | app-crypt/keysmith/keysmith-9999.ebuild | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/app-crypt/keysmith/keysmith-24.04.90.ebuild b/app-crypt/keysmith/keysmith-24.04.90.ebuild index 18b267398a..da372f6cd3 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 +" diff --git a/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild b/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild index 83455c0185..c205972eaa 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 +" diff --git a/app-crypt/keysmith/keysmith-9999.ebuild b/app-crypt/keysmith/keysmith-9999.ebuild index 83455c0185..c205972eaa 100644 --- a/app-crypt/keysmith/keysmith-9999.ebuild +++ b/app-crypt/keysmith/keysmith-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 +" |