commit: 7a6641601004812487c5f5c3a6b862c7a0301f09 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Wed Jan 3 16:22:28 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Wed Jan 3 16:52:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a664160
net-p2p/feather: add build dep for USE=qrcode Closes: https://github.com/gentoo/guru/pull/123 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> 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}
