aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-26 13:13:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-26 13:16:11 +0200
commit793a753b49b2848b7f8804071a448952903087cc (patch)
tree0727e49cbf53d8b44589d589ce72badcd7993830 /net-im/neochat/neochat-23.08.49.9999.ebuild
parentkde-apps/kleopatra: Fixup cmake args (diff)
downloadkde-793a753b49b2848b7f8804071a448952903087cc.tar.gz
kde-793a753b49b2848b7f8804071a448952903087cc.tar.bz2
kde-793a753b49b2848b7f8804071a448952903087cc.zip
net-im/neochat: Add missing runtime QML dependencies
Upstream commits: f3a04635cf0b29a51b6abf331d601ea5e6a6de7e 5b4ae764cf036c4fc89e91821fde08e72e3d4dc2 7c75a2fd06d38c9a437528669c49d188c14c72e9 Bug: https://bugs.gentoo.org/913017 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-im/neochat/neochat-23.08.49.9999.ebuild')
-rw-r--r--net-im/neochat/neochat-23.08.49.9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/neochat/neochat-23.08.49.9999.ebuild b/net-im/neochat/neochat-23.08.49.9999.ebuild
index 68a99fce0f..865900314d 100644
--- a/net-im/neochat/neochat-23.08.49.9999.ebuild
+++ b/net-im/neochat/neochat-23.08.49.9999.ebuild
@@ -45,7 +45,9 @@ DEPEND="
"
RDEPEND="${DEPEND}
>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+ >=dev-qt/qtlocation-${QTMIN}:5
>=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+ >=dev-qt/qtpositioning-${QTMIN}:5[qml]
>=kde-frameworks/kquickcharts-${KFMIN}:5
>=kde-frameworks/purpose-${KFMIN}:5
"