From bb11a469497643e87f7de5dabf4c6024e3064d37 Mon Sep 17 00:00:00 2001 From: odrling Date: Fri, 22 Mar 2024 14:24:29 +0100 Subject: [PATCH] sys-apps/mqtteer: fix RDEPEND --- sys-apps/mqtteer/mqtteer-2.2.10.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-apps/mqtteer/mqtteer-2.2.10.ebuild b/sys-apps/mqtteer/mqtteer-2.2.10.ebuild index 171c9a2..0601b76 100644 --- a/sys-apps/mqtteer/mqtteer-2.2.10.ebuild +++ b/sys-apps/mqtteer/mqtteer-2.2.10.ebuild @@ -13,9 +13,10 @@ KEYWORDS="~amd64 ~arm64" inherit meson -DEPEND=" +RDEPEND=" app-misc/mosquitto dev-libs/cJSON sys-apps/lm-sensors sys-process/procps " +DEPEND="${RDEPEND}"