sys-power/thermald: fix build-time dependency
authorYixun Lan <dlan@gentoo.org>
Fri, 12 Oct 2018 01:58:28 +0000 (09:58 +0800)
committerYixun Lan <dlan@gentoo.org>
Fri, 12 Oct 2018 02:00:31 +0000 (10:00 +0800)
Closes: https://bugs.gentoo.org/667564
Package-Manager: Portage-2.3.50, Repoman-2.3.11

Signed-off-by: Yixun Lan <dlan@gentoo.org>
sys-power/thermald/thermald-1.7.1.ebuild
sys-power/thermald/thermald-1.8.ebuild

index d3ca3808cb98e5213ce00d7d25a6944d24b8fa07..525bb27d6f0652872c7f074790a9ed02caf25a04 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,8 @@ RDEPEND="
        dev-libs/glib:=
        dev-libs/libxml2:=
        sys-apps/dbus:="
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       dev-util/glib-utils"
 
 S=${WORKDIR}/thermal_daemon-${PV}
 DOCS=( thermal_daemon_usage.txt README.txt )
index 1307006a95e5f3285624a36454d5c1b41ef1f8ea..525bb27d6f0652872c7f074790a9ed02caf25a04 100644 (file)
@@ -19,7 +19,8 @@ RDEPEND="
        dev-libs/glib:=
        dev-libs/libxml2:=
        sys-apps/dbus:="
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       dev-util/glib-utils"
 
 S=${WORKDIR}/thermal_daemon-${PV}
 DOCS=( thermal_daemon_usage.txt README.txt )