summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2020-12-06 13:41:17 +0100
committerPacho Ramos <pacho@gentoo.org>2020-12-06 13:45:46 +0100
commitf6ff22f2be909ca6c8caf4f3cd4e4ce08451a52f (patch)
tree59f03a1e1a05b37499a07e1ca00646554a712189 /sys-power
parentmedia-gfx/slic3r: version bump (diff)
downloadgentoo-f6ff22f2be909ca6c8caf4f3cd4e4ce08451a52f.tar.gz
gentoo-f6ff22f2be909ca6c8caf4f3cd4e4ce08451a52f.tar.bz2
gentoo-f6ff22f2be909ca6c8caf4f3cd4e4ce08451a52f.zip
sys-power/thermald: Don't use Werror
Closes: https://bugs.gentoo.org/742416 Closes: https://bugs.gentoo.org/744118 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/thermald/thermald-2.3-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-power/thermald/thermald-2.3-r1.ebuild b/sys-power/thermald/thermald-2.3-r1.ebuild
index 2465a7a70379..1110e8a7182f 100644
--- a/sys-power/thermald/thermald-2.3-r1.ebuild
+++ b/sys-power/thermald/thermald-2.3-r1.ebuild
@@ -38,6 +38,7 @@ my_src_configure() {
append-cxxflags -std=c++14
ECONF_SOURCE="${S}" econf \
+ --disable-werror \
--with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
}