summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-30 14:19:36 +0100
committerSam James <sam@gentoo.org>2023-06-30 14:20:44 +0100
commit9d11202ed78f3fd5a8310361fe7d9ccdf6d7a888 (patch)
tree10b7a93e94f3df8e4585051d544509b4510429f1
parentmedia-sound/a2jmidid: fix emesonargs typo (diff)
downloadgentoo-9d11202ed78f3fd5a8310361fe7d9ccdf6d7a888.tar.gz
gentoo-9d11202ed78f3fd5a8310361fe7d9ccdf6d7a888.tar.bz2
gentoo-9d11202ed78f3fd5a8310361fe7d9ccdf6d7a888.zip
dev-ml/zmq-async: fix DEPEND
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-ml/zmq-async/zmq-async-5.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/zmq-async/zmq-async-5.2.1.ebuild b/dev-ml/zmq-async/zmq-async-5.2.1.ebuild
index 5a7e9347a59c..d04fd3e47721 100644
--- a/dev-ml/zmq-async/zmq-async-5.2.1.ebuild
+++ b/dev-ml/zmq-async/zmq-async-5.2.1.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
dev-ml/base:=
dev-ml/zmq:=
"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
BDEPEND="
dev-ml/dune-configurator
test? ( dev-ml/ounit2 )