From 28beaeecca9e271e35f97fb3958d974435ce1571 Mon Sep 17 00:00:00 2001 From: tea Date: Fri, 28 Jun 2024 08:11:55 +0200 Subject: [PATCH] net-p2p/etherwall: add missing dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qmake complains about: “Project ERROR: Unknown module(s) in QT: websockets” Signed-off-by: tea --- net-p2p/etherwall/etherwall-3.0.5.ebuild | 2 ++ net-p2p/etherwall/etherwall-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/net-p2p/etherwall/etherwall-3.0.5.ebuild b/net-p2p/etherwall/etherwall-3.0.5.ebuild index 9532be91..4033886e 100644 --- a/net-p2p/etherwall/etherwall-3.0.5.ebuild +++ b/net-p2p/etherwall/etherwall-3.0.5.ebuild @@ -28,6 +28,8 @@ BDEPEND=" ${BDEPEND} dev-libs/protobuf " +DEPEND="dev-qt/qtwebsockets:5" +RDEPEND="${DEPEND}" src_prepare() { default diff --git a/net-p2p/etherwall/etherwall-9999.ebuild b/net-p2p/etherwall/etherwall-9999.ebuild index 9532be91..4033886e 100644 --- a/net-p2p/etherwall/etherwall-9999.ebuild +++ b/net-p2p/etherwall/etherwall-9999.ebuild @@ -28,6 +28,8 @@ BDEPEND=" ${BDEPEND} dev-libs/protobuf " +DEPEND="dev-qt/qtwebsockets:5" +RDEPEND="${DEPEND}" src_prepare() { default