diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-11-13 03:27:47 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-13 15:53:32 -0500 |
commit | c7051cc7228b8ddf4223e002b63c48ca45e8e193 (patch) | |
tree | ca0afc70d71b8fdc56bed4801ec8a7ea1a7c776a /sys-auth/seatd | |
parent | sys-fs/inotify-tools: Bump to version 3.20.11.0 (diff) | |
download | gentoo-c7051cc7228b8ddf4223e002b63c48ca45e8e193.tar.gz gentoo-c7051cc7228b8ddf4223e002b63c48ca45e8e193.tar.bz2 gentoo-c7051cc7228b8ddf4223e002b63c48ca45e8e193.zip |
sys-auth/seatd: Disable -Werror
Closes: https://bugs.gentoo.org/754120
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/18237
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-auth/seatd')
-rw-r--r-- | sys-auth/seatd/seatd-0.4.0.ebuild | 1 | ||||
-rw-r--r-- | sys-auth/seatd/seatd-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-auth/seatd/seatd-0.4.0.ebuild b/sys-auth/seatd/seatd-0.4.0.ebuild index af30955801c9..06bf3fce1be6 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 9e9664be82a0..3d89eb8e867b 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 |