commit:     ff746d4843fdfe921db9305f4d1b3f745f039e4b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 13:40:10 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 13:40:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff746d48

sys-power/power-profiles-daemon: Add missing dep

Closes: https://bugs.gentoo.org/902199
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-power/power-profiles-daemon/power-profiles-daemon-0.12-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/sys-power/power-profiles-daemon/power-profiles-daemon-0.12-r1.ebuild 
b/sys-power/power-profiles-daemon/power-profiles-daemon-0.12-r1.ebuild
index 84451d51dd70..ce6ac2295741 100644
--- a/sys-power/power-profiles-daemon/power-profiles-daemon-0.12-r1.ebuild
+++ b/sys-power/power-profiles-daemon/power-profiles-daemon-0.12-r1.ebuild
@@ -28,7 +28,10 @@ RDEPEND="${PYTHON_DEPS}
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
-       gtk-doc? ( dev-util/gi-docgen )
+       gtk-doc? (
+               dev-util/gi-docgen
+               dev-util/gtk-doc
+       )
        test? (
                dev-util/umockdev
                $(python_gen_cond_dep '

Reply via email to