diff options
author | Sam James <sam@gentoo.org> | 2022-05-17 05:53:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-17 05:53:41 +0000 |
commit | da54a0f6951cae613e4e66f9fbc765a5595cc284 (patch) | |
tree | ba480f82fda10e302309e41b014676cf7d3806cf /gui-apps/swaybg | |
parent | gui-apps/swappy: [QA] drop implicit -Dwerror=false for meson ebuilds (diff) | |
download | gentoo-da54a0f6951cae613e4e66f9fbc765a5595cc284.tar.gz gentoo-da54a0f6951cae613e4e66f9fbc765a5595cc284.tar.bz2 gentoo-da54a0f6951cae613e4e66f9fbc765a5595cc284.zip |
gui-apps/swaybg: [QA] drop implicit -Dwerror=false for meson ebuilds
Since f7408ada0c4655827e7bea46c57d7af1b9004433, it's
always set for Meson builds, so we don't need to
repeat it in ebuilds.
Signed-off-by: Sam James <sam@gentoo.org>
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 |