commit: 5cae9a975d75ee8b1c9aabacdc7394b57c4b00cb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 05:53:45 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 17 05:53:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cae9a97
gui-apps/swayidle: [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 <AT> gentoo.org>
gui-apps/swayidle/swayidle-1.7.1.ebuild | 1 -
gui-apps/swayidle/swayidle-1.7.ebuild | 3 +--
gui-apps/swayidle/swayidle-9999.ebuild | 3 +--
3 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/gui-apps/swayidle/swayidle-1.7.1.ebuild
b/gui-apps/swayidle/swayidle-1.7.1.ebuild
index d81957f482f9..2fc7da1e95f1 100644
--- a/gui-apps/swayidle/swayidle-1.7.1.ebuild
+++ b/gui-apps/swayidle/swayidle-1.7.1.ebuild
@@ -39,7 +39,6 @@ src_configure() {
"-Dfish-completions=true"
"-Dzsh-completions=true"
"-Dbash-completions=true"
- "-Dwerror=false"
)
if use systemd; then
emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd")
diff --git a/gui-apps/swayidle/swayidle-1.7.ebuild
b/gui-apps/swayidle/swayidle-1.7.ebuild
index 75d3ae4d6448..2fc7da1e95f1 100644
--- a/gui-apps/swayidle/swayidle-1.7.ebuild
+++ b/gui-apps/swayidle/swayidle-1.7.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
@@ -39,7 +39,6 @@ src_configure() {
"-Dfish-completions=true"
"-Dzsh-completions=true"
"-Dbash-completions=true"
- "-Dwerror=false"
)
if use systemd; then
emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd")
diff --git a/gui-apps/swayidle/swayidle-9999.ebuild
b/gui-apps/swayidle/swayidle-9999.ebuild
index ca9a351efc36..327c2a97dd65 100644
--- a/gui-apps/swayidle/swayidle-9999.ebuild
+++ b/gui-apps/swayidle/swayidle-9999.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
@@ -39,7 +39,6 @@ src_configure() {
"-Dfish-completions=true"
"-Dzsh-completions=true"
"-Dbash-completions=true"
- "-Dwerror=false"
)
if use systemd; then
emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd")