From dbe34d095a2e418603063559bbf8ff8641a0cb39 Mon Sep 17 00:00:00 2001 From: RavFX XMR Date: Tue, 3 Mar 2026 16:40:17 -0600 Subject: [PATCH] net-p2p/feather: Remove same non existing USE Signed-off-by: RavFX XMR --- net-p2p/feather/feather-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-p2p/feather/feather-9999.ebuild b/net-p2p/feather/feather-9999.ebuild index d1aed63a92..7cc4e3f455 100644 --- a/net-p2p/feather/feather-9999.ebuild +++ b/net-p2p/feather/feather-9999.ebuild @@ -28,7 +28,7 @@ DEPEND=" dev-libs/libgcrypt:= virtual/zlib:= dev-libs/openssl:= - net-dns/unbound:=[threads] + net-dns/unbound:= net-libs/czmq:= qrcode? ( media-libs/zxing-cpp dev-util/bc-ur ) " @@ -42,6 +42,7 @@ BDEPEND=" " src_prepare() { + eapply "${FILESDIR}/fix-epee-missing-include.patch" rm -r "${WORKDIR}"/${P}/src/third-party || die cmake_src_prepare }