commit:     df280587ab0883d4118825e757f528df0c4e9fe9
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Fri Jun 25 15:33:59 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Fri Jun 25 15:34:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df280587

sys-power/gtherm: add missing rdep

Closes: https://bugs.gentoo.org/798525
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 sys-power/gtherm/gtherm-0.0.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-power/gtherm/gtherm-0.0.2.ebuild 
b/sys-power/gtherm/gtherm-0.0.2.ebuild
index 1602dc4a3..e24df31dd 100644
--- a/sys-power/gtherm/gtherm-0.0.2.ebuild
+++ b/sys-power/gtherm/gtherm-0.0.2.ebuild
@@ -19,8 +19,9 @@ IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
 DEPEND="
-       vala? ( $(vala_depend) )
        dev-libs/gobject-introspection
+       dev-util/gdbus-codegen
+       vala? ( $(vala_depend) )
 "
 RDEPEND="${DEPEND}"
 

Reply via email to