summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Schollmeyer <nex+b-g-o@nexadn.de>2022-04-22 13:38:58 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-04-24 10:24:05 +0300
commiteeabc609cf832560b7b3f65fe048b02ac6e5f663 (patch)
tree72283f52aeff6bf04f3c5482443c375b3c5a2ca6 /dev-libs/libstrophe/libstrophe-0.10.0.ebuild
parentdev-libs/libstrophe: add myself as a maintainer (diff)
downloadgentoo-eeabc609cf832560b7b3f65fe048b02ac6e5f663.tar.gz
gentoo-eeabc609cf832560b7b3f65fe048b02ac6e5f663.tar.bz2
gentoo-eeabc609cf832560b7b3f65fe048b02ac6e5f663.zip
dev-libs/libstrophe: Move doxygen to BDEPEND
Doxygen is an executable which is run during build. Thus, this commit moves it to BDEPEND. Signed-off-by: Adrian Schollmeyer <nex+b-g-o@nexadn.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/libstrophe/libstrophe-0.10.0.ebuild')
-rw-r--r--dev-libs/libstrophe/libstrophe-0.10.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/libstrophe/libstrophe-0.10.0.ebuild b/dev-libs/libstrophe/libstrophe-0.10.0.ebuild
index f21e11c5814d..65e5bcfda6b4 100644
--- a/dev-libs/libstrophe/libstrophe-0.10.0.ebuild
+++ b/dev-libs/libstrophe/libstrophe-0.10.0.ebuild
@@ -15,7 +15,8 @@ RDEPEND="
!expat? ( dev-libs/libxml2:2 )
dev-libs/openssl:0=
"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
doc? ( app-doc/doxygen )
"