commit: dbe34d095a2e418603063559bbf8ff8641a0cb39
Author: RavFX XMR <ravfx <AT> xmr <DOT> mx>
AuthorDate: Tue Mar 3 22:40:17 2026 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Mar 3 22:40:17 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbe34d09
net-p2p/feather: Remove same non existing USE
Signed-off-by: RavFX XMR <ravfx <AT> xmr.mx>
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
}