From: Yixun Lan Date: Fri, 12 Oct 2018 01:58:28 +0000 (+0800) Subject: sys-power/thermald: fix build-time dependency X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e60f8cf5da7f7e18b006fae610662e47339eef95;p=gentoo.git sys-power/thermald: fix build-time dependency Closes: https://bugs.gentoo.org/667564 Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Yixun Lan --- diff --git a/sys-power/thermald/thermald-1.7.1.ebuild b/sys-power/thermald/thermald-1.7.1.ebuild index d3ca3808cb98..525bb27d6f06 100644 --- a/sys-power/thermald/thermald-1.7.1.ebuild +++ b/sys-power/thermald/thermald-1.7.1.ebuild @@ -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 ) diff --git a/sys-power/thermald/thermald-1.8.ebuild b/sys-power/thermald/thermald-1.8.ebuild index 1307006a95e5..525bb27d6f06 100644 --- a/sys-power/thermald/thermald-1.8.ebuild +++ b/sys-power/thermald/thermald-1.8.ebuild @@ -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 )