summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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