aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2021-06-25 17:33:59 +0200
committerMarco Scardovi <marco@scardovi.com>2021-06-25 17:34:09 +0200
commitdf280587ab0883d4118825e757f528df0c4e9fe9 (patch)
tree0028ea06683c3780300857c8359ce3d68991531b
parentprofiles/use.desc: remove UnusedGlobalUse (diff)
downloadguru-df280587.tar.gz
guru-df280587.tar.bz2
guru-df280587.zip
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@scardovi.com>
-rw-r--r--sys-power/gtherm/gtherm-0.0.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-power/gtherm/gtherm-0.0.2.ebuild b/sys-power/gtherm/gtherm-0.0.2.ebuild
index 1602dc4a3c..e24df31dda 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}"