From 7a6641601004812487c5f5c3a6b862c7a0301f09 Mon Sep 17 00:00:00 2001 From: David Roman Date: Wed, 3 Jan 2024 17:22:28 +0100 Subject: [PATCH] net-p2p/feather: add build dep for USE=qrcode Closes: https://github.com/gentoo/guru/pull/123 Signed-off-by: David Roman --- net-p2p/feather/feather-2.6.2.ebuild | 2 +- net-p2p/feather/feather-9999.ebuild | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net-p2p/feather/feather-2.6.2.ebuild b/net-p2p/feather/feather-2.6.2.ebuild index 63c14cdf41..f6e494d77c 100644 --- a/net-p2p/feather/feather-2.6.2.ebuild +++ b/net-p2p/feather/feather-2.6.2.ebuild @@ -56,7 +56,7 @@ DEPEND=" dev-libs/openssl:= net-dns/unbound:=[threads] net-libs/czmq:= - + qrcode? ( media-libs/zxing-cpp ) " RDEPEND=" ${DEPEND} diff --git a/net-p2p/feather/feather-9999.ebuild b/net-p2p/feather/feather-9999.ebuild index ee39f229f1..f939813605 100644 --- a/net-p2p/feather/feather-9999.ebuild +++ b/net-p2p/feather/feather-9999.ebuild @@ -31,6 +31,7 @@ DEPEND=" dev-libs/openssl:= net-dns/unbound:=[threads] net-libs/czmq:= + qrcode? ( media-libs/zxing-cpp ) " RDEPEND=" ${DEPEND}