summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-17 05:53:45 +0000
committerSam James <sam@gentoo.org>2022-05-17 05:53:45 +0000
commit5cae9a975d75ee8b1c9aabacdc7394b57c4b00cb (patch)
tree90fa3c294f664ef0b149329d23db30a80456633d /gui-apps/swayidle
parentgui-apps/swaybg: [QA] drop implicit -Dwerror=false for meson ebuilds (diff)
downloadgentoo-5cae9a975d75ee8b1c9aabacdc7394b57c4b00cb.tar.gz
gentoo-5cae9a975d75ee8b1c9aabacdc7394b57c4b00cb.tar.bz2
gentoo-5cae9a975d75ee8b1c9aabacdc7394b57c4b00cb.zip
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@gentoo.org>
Diffstat (limited to 'gui-apps/swayidle')
-rw-r--r--gui-apps/swayidle/swayidle-1.7.1.ebuild1
-rw-r--r--gui-apps/swayidle/swayidle-1.7.ebuild3
-rw-r--r--gui-apps/swayidle/swayidle-9999.ebuild3
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")