commit:     f9ebcf7195a0e9c624755544c4ee0374397995ac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 29 14:51:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 29 14:51:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ebcf71

net-wireless/iwd: change dev-python/docutils to a BDEPEND

We have to execute to generate docs, so let's change it to
BDEPEND.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-wireless/iwd/iwd-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/iwd/iwd-1.13.ebuild b/net-wireless/iwd/iwd-1.13.ebuild
index 709afebddeb..4f438f79116 100644
--- a/net-wireless/iwd/iwd-1.13.ebuild
+++ b/net-wireless/iwd/iwd-1.13.ebuild
@@ -45,7 +45,7 @@ BDEPEND="
        virtual/pkgconfig
 "
 
-[[ ${PV} == *9999* ]] && DEPEND+=" dev-python/docutils"
+[[ ${PV} == *9999* ]] && BDEPEND+=" dev-python/docutils"
 
 pkg_setup() {
        CONFIG_CHECK="

Reply via email to