commit:     e95fbbaa4465fb68e5679313e22b77a0b0eb5d1f
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Oct  1 21:09:17 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  1 21:09:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e95fbbaa

www-client/badwolf: Add mandoc as test dependency

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 www-client/badwolf/badwolf-9999.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www-client/badwolf/badwolf-9999.ebuild 
b/www-client/badwolf/badwolf-9999.ebuild
index 9e084fb26..64ec61659 100644
--- a/www-client/badwolf/badwolf-9999.ebuild
+++ b/www-client/badwolf/badwolf-9999.ebuild
@@ -25,11 +25,15 @@ SLOT="0"
 
 DOCS=("README.md" "KnowledgeBase.md")
 
+IUSE="test"
+RESTRICT="!test? ( test )"
+
 DEPEND="
        x11-libs/gtk+:3
        net-libs/webkit-gtk:4=
 "
 RDEPEND="${DEPEND}"
+BDEPEND="test? ( app-text/mandoc )"
 
 src_configure() {
        [[ "${PV}" == "9999" ]] || restore_config config.h

Reply via email to