diff options
Diffstat (limited to 'gui-apps/swaybg')
-rw-r--r-- | gui-apps/swaybg/swaybg-1.0.ebuild | 3 | ||||
-rw-r--r-- | gui-apps/swaybg/swaybg-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/gui-apps/swaybg/swaybg-1.0.ebuild b/gui-apps/swaybg/swaybg-1.0.ebuild index 37ec67bd1e63..54fdfb105bf6 100644 --- a/gui-apps/swaybg/swaybg-1.0.ebuild +++ b/gui-apps/swaybg/swaybg-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,7 +38,6 @@ BDEPEND=" src_configure() { local emesonargs=( -Dman-pages=$(usex man enabled disabled) - "-Dwerror=false" ) meson_src_configure diff --git a/gui-apps/swaybg/swaybg-9999.ebuild b/gui-apps/swaybg/swaybg-9999.ebuild index be7d136cfaa9..24c9ad6a7fdb 100644 --- a/gui-apps/swaybg/swaybg-9999.ebuild +++ b/gui-apps/swaybg/swaybg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,7 +38,6 @@ BDEPEND=" src_configure() { local emesonargs=( -Dman-pages=$(usex man enabled disabled) - "-Dwerror=false" ) meson_src_configure |