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>
This commit is contained in:
Haelwenn (lanodan) Monnier
2020-11-13 03:27:47 +01:00
committed by Aaron Bauman
parent 7b467d2b94
commit c7051cc722
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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