diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 13:13:04 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 13:19:27 +0200 |
commit | ab1632dd9675511af6be12f43db962d89834c093 (patch) | |
tree | 0170d64416483a852ad3c3663afb015a3e2e6553 /net-im/neochat | |
parent | net-im/neochat: Revbump adding qtlocation dep (diff) | |
download | gentoo-ab1632dd9675511af6be12f43db962d89834c093.tar.gz gentoo-ab1632dd9675511af6be12f43db962d89834c093.tar.bz2 gentoo-ab1632dd9675511af6be12f43db962d89834c093.zip |
net-im/neochat: Add missing runtime QML dependencies
Upstream commits:
f3a04635cf0b29a51b6abf331d601ea5e6a6de7e
5b4ae764cf036c4fc89e91821fde08e72e3d4dc2
7c75a2fd06d38c9a437528669c49d188c14c72e9
Closes: https://bugs.gentoo.org/913017
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-im/neochat')
-rw-r--r-- | net-im/neochat/neochat-23.08.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/neochat/neochat-23.08.0-r1.ebuild b/net-im/neochat/neochat-23.08.0-r1.ebuild index bd6ac6543395..7b33ed1f6289 100644 --- a/net-im/neochat/neochat-23.08.0-r1.ebuild +++ b/net-im/neochat/neochat-23.08.0-r1.ebuild @@ -47,6 +47,7 @@ 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 " |