commit: c7051cc7228b8ddf4223e002b63c48ca45e8e193 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me> AuthorDate: Fri Nov 13 02:27:47 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> 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 <contact <AT> hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/18237 Signed-off-by: Aaron Bauman <bman <AT> 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