From e60f8cf5da7f7e18b006fae610662e47339eef95 Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Fri, 12 Oct 2018 09:58:28 +0800 Subject: [PATCH] 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 --- sys-power/thermald/thermald-1.7.1.ebuild | 5 +++-- sys-power/thermald/thermald-1.8.ebuild | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) 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 ) -- 2.26.2