mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
committed by
Aaron Bauman
parent
7b467d2b94
commit
c7051cc722
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user