commit:     f6ff22f2be909ca6c8caf4f3cd4e4ce08451a52f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  6 12:41:17 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 12:45:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ff22f2

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 <AT> gentoo.org>

 sys-power/thermald/thermald-2.3-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-power/thermald/thermald-2.3-r1.ebuild 
b/sys-power/thermald/thermald-2.3-r1.ebuild
index 2465a7a7037..1110e8a7182 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)"
 }
 

Reply via email to