From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B5BB138359 for ; Fri, 13 Nov 2020 20:53:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C985E07FE; Fri, 13 Nov 2020 20:53:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA1CDE0809 for ; Fri, 13 Nov 2020 20:53:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0392D341122 for ; Fri, 13 Nov 2020 20:53:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACF47386 for ; Fri, 13 Nov 2020 20:53:48 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1605300812.c7051cc7228b8ddf4223e002b63c48ca45e8e193.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/seatd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/seatd/seatd-0.4.0.ebuild sys-auth/seatd/seatd-9999.ebuild X-VCS-Directories: sys-auth/seatd/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: c7051cc7228b8ddf4223e002b63c48ca45e8e193 X-VCS-Branch: master Date: Fri, 13 Nov 2020 20:53:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f806ace5-91b9-4606-816b-b07b342bdf59 X-Archives-Hash: 89426b39d4a51d3e3c9818a35de50ff7 commit: c7051cc7228b8ddf4223e002b63c48ca45e8e193 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Fri Nov 13 02:27:47 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Nov 13 20:53:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7051cc7 sys-auth/seatd: Disable -Werror Closes: https://bugs.gentoo.org/754120 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/18237 Signed-off-by: Aaron Bauman gentoo.org> sys-auth/seatd/seatd-0.4.0.ebuild | 1 + sys-auth/seatd/seatd-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-auth/seatd/seatd-0.4.0.ebuild b/sys-auth/seatd/seatd-0.4.0.ebuild index af30955801c..06bf3fce1be 100644 --- a/sys-auth/seatd/seatd-0.4.0.ebuild +++ b/sys-auth/seatd/seatd-0.4.0.ebuild @@ -30,6 +30,7 @@ BDEPEND=">=app-text/scdoc-1.9.7" src_configure() { local emesonargs=( -Dman-pages=enabled + -Dwerror=false ) if use elogind || use systemd; then diff --git a/sys-auth/seatd/seatd-9999.ebuild b/sys-auth/seatd/seatd-9999.ebuild index 9e9664be82a..3d89eb8e867 100644 --- a/sys-auth/seatd/seatd-9999.ebuild +++ b/sys-auth/seatd/seatd-9999.ebuild @@ -29,6 +29,7 @@ BDEPEND=">=app-text/scdoc-1.9.7" src_configure() { local emesonargs=( -Dman-pages=enabled + -Dwerror=false ) if use elogind || use systemd; then