net-im/nheko: Fix dependencies.
continuous-integration/drone/push Build is passing Details

Forgot to add the dependencies of mtxclient and coeurl.
This commit is contained in:
tastytea 2022-01-07 07:42:56 +01:00
parent 175be583bd
commit d95e859c59
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -24,6 +24,8 @@ RDEPEND="
app-text/cmark
dev-cpp/qt-jdenticon
>=dev-db/lmdb++-1.0.0
dev-libs/olm
>=dev-libs/openssl-1.1.0
>=dev-libs/qtkeychain-0.12.0
dev-libs/spdlog
dev-qt/qtconcurrent:5
@ -33,6 +35,7 @@ RDEPEND="
dev-qt/qtmultimedia:5[gstreamer,qml]
dev-qt/qtquickcontrols2:5
dev-qt/qtsvg:5
net-misc/curl
pipewire? ( media-video/pipewire[gstreamer] )
voip? (
>=media-plugins/gst-plugins-dtls-${MY_GST_V}