summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-11-13 03:27:47 +0100
committerAaron Bauman <bman@gentoo.org>2020-11-13 15:53:32 -0500
commitc7051cc7228b8ddf4223e002b63c48ca45e8e193 (patch)
treeca0afc70d71b8fdc56bed4801ec8a7ea1a7c776a /sys-auth
parentsys-fs/inotify-tools: Bump to version 3.20.11.0 (diff)
downloadgentoo-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')
-rw-r--r--sys-auth/seatd/seatd-0.4.0.ebuild1
-rw-r--r--sys-auth/seatd/seatd-9999.ebuild1
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