summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2018-10-12 09:58:28 +0800
committerYixun Lan <dlan@gentoo.org>2018-10-12 10:00:31 +0800
commite60f8cf5da7f7e18b006fae610662e47339eef95 (patch)
tree1b30234da40e48f29ebefcea9df4136a0d5dbc76
parentdev-cpp/ms-gsl: Version bump to 2.0.0 (diff)
downloadgentoo-e60f8cf5da7f7e18b006fae610662e47339eef95.tar.gz
gentoo-e60f8cf5da7f7e18b006fae610662e47339eef95.tar.bz2
gentoo-e60f8cf5da7f7e18b006fae610662e47339eef95.zip
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 <dlan@gentoo.org>
-rw-r--r--sys-power/thermald/thermald-1.7.1.ebuild5
-rw-r--r--sys-power/thermald/thermald-1.8.ebuild3
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 )