summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-12 00:59:40 +0100
committerSam James <sam@gentoo.org>2021-04-12 02:07:18 +0100
commitf4e10dae5b9ae2966b9da4c96d9e2bdb03b30e61 (patch)
tree6b351ddf100913a9ac09912dd5b06fe48cdd7a7c /net-libs
parentx11-plugins/guifications: fix DEPEND typo (diff)
downloadgentoo-f4e10dae5b9ae2966b9da4c96d9e2bdb03b30e61.tar.gz
gentoo-f4e10dae5b9ae2966b9da4c96d9e2bdb03b30e61.tar.bz2
gentoo-f4e10dae5b9ae2966b9da4c96d9e2bdb03b30e61.zip
net-libs/rabbitmq-c: fix DEPEND typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild4
1 files 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 ff1a742535fa..a0dd2594c166 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 )