commit: f4e10dae5b9ae2966b9da4c96d9e2bdb03b30e61
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 23:59:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 01:07:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e10dae
net-libs/rabbitmq-c: fix DEPEND typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
index ff1a742535f..a0dd2594c16 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -29,7 +29,7 @@ RDEPEND="ssl? (
!libressl? ( dev-libs/openssl:0= )
)
tools? ( dev-libs/popt )"
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
tools? ( app-text/xmlto )"
DOCS=( AUTHORS README.md THANKS TODO )