diff options
author | 2022-12-01 10:16:07 -0500 | |
---|---|---|
committer | 2022-12-01 10:16:07 -0500 | |
commit | 4dbf36ce3f0a4adaa711f31ef5c1316ea597cedf (patch) | |
tree | e8c149775644bfb00cc5c6445a6c8eaf39e635f6 /net-p2p | |
parent | net-p2p/feather: update dependencies (diff) | |
download | guru-4dbf36ce3f0a4adaa711f31ef5c1316ea597cedf.tar.gz guru-4dbf36ce3f0a4adaa711f31ef5c1316ea597cedf.tar.bz2 guru-4dbf36ce3f0a4adaa711f31ef5c1316ea597cedf.zip |
net-p2p/feather: fixed DEPEND typo
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/feather/feather-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/feather/feather-2.1.0.ebuild b/net-p2p/feather/feather-2.1.0.ebuild index 694e18e2b..206d0843e 100644 --- a/net-p2p/feather/feather-2.1.0.ebuild +++ b/net-p2p/feather/feather-2.1.0.ebuild @@ -51,7 +51,7 @@ DEPEND=" >=dev-qt/qtwebsockets-5.15:5 >=dev-qt/qtwidgets-5.15:5 >=dev-qt/qtconcurrent-5.15:5 - >=dev-qt/qtxml-5.15: + >=dev-qt/qtxml-5.15:5 media-gfx/qrencode:= net-dns/unbound:=[threads] net-libs/czmq:= |