From d95e859c59e9ae3a89ccb247c5714c577613b647 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 7 Jan 2022 07:42:56 +0100 Subject: [PATCH] net-im/nheko: Fix dependencies. Forgot to add the dependencies of mtxclient and coeurl. --- net-im/nheko/nheko-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-im/nheko/nheko-9999.ebuild b/net-im/nheko/nheko-9999.ebuild index 9fa6888..7c5c213 100644 --- a/net-im/nheko/nheko-9999.ebuild +++ b/net-im/nheko/nheko-9999.ebuild @@ -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}