summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-17 05:53:49 +0000
committerSam James <sam@gentoo.org>2022-05-17 05:53:49 +0000
commit96e9e436514d7723e9e4eb4c1d989b8a3f498282 (patch)
tree729dede2f3294d76d5dcfa76f5f72aa0dcb1e476
parentgui-apps/swayidle: [QA] drop implicit -Dwerror=false for meson ebuilds (diff)
downloadgentoo-96e9e436514d7723e9e4eb4c1d989b8a3f498282.tar.gz
gentoo-96e9e436514d7723e9e4eb4c1d989b8a3f498282.tar.bz2
gentoo-96e9e436514d7723e9e4eb4c1d989b8a3f498282.zip
gui-apps/swaylock: [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>
-rw-r--r--gui-apps/swaylock/swaylock-1.3-r1.ebuild3
-rw-r--r--gui-apps/swaylock/swaylock-1.5-r1.ebuild3
-rw-r--r--gui-apps/swaylock/swaylock-1.6-r1.ebuild1
-rw-r--r--gui-apps/swaylock/swaylock-9999.ebuild1
4 files changed, 2 insertions, 6 deletions
diff --git a/gui-apps/swaylock/swaylock-1.3-r1.ebuild b/gui-apps/swaylock/swaylock-1.3-r1.ebuild
index 5f1de9f7b816..499641738d7d 100644
--- a/gui-apps/swaylock/swaylock-1.3-r1.ebuild
+++ b/gui-apps/swaylock/swaylock-1.3-r1.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
@@ -45,7 +45,6 @@ src_configure() {
"-Dfish-completions=true"
"-Dzsh-completions=true"
"-Dbash-completions=true"
- "-Dwerror=false"
)
if [[ ${PV} != 9999 ]]; then
diff --git a/gui-apps/swaylock/swaylock-1.5-r1.ebuild b/gui-apps/swaylock/swaylock-1.5-r1.ebuild
index 920d0fdf1b61..273513ab416d 100644
--- a/gui-apps/swaylock/swaylock-1.5-r1.ebuild
+++ b/gui-apps/swaylock/swaylock-1.5-r1.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
@@ -42,7 +42,6 @@ src_configure() {
"-Dfish-completions=true"
"-Dzsh-completions=true"
"-Dbash-completions=true"
- "-Dwerror=false"
)
meson_src_configure
diff --git a/gui-apps/swaylock/swaylock-1.6-r1.ebuild b/gui-apps/swaylock/swaylock-1.6-r1.ebuild
index fd98b0722227..547c336b0fe2 100644
--- a/gui-apps/swaylock/swaylock-1.6-r1.ebuild
+++ b/gui-apps/swaylock/swaylock-1.6-r1.ebuild
@@ -43,7 +43,6 @@ src_configure() {
"-Dfish-completions=true"
"-Dzsh-completions=true"
"-Dbash-completions=true"
- "-Dwerror=false"
)
meson_src_configure
diff --git a/gui-apps/swaylock/swaylock-9999.ebuild b/gui-apps/swaylock/swaylock-9999.ebuild
index 41e00d116218..9b567fbde459 100644
--- a/gui-apps/swaylock/swaylock-9999.ebuild
+++ b/gui-apps/swaylock/swaylock-9999.ebuild
@@ -43,7 +43,6 @@ src_configure() {
"-Dfish-completions=true"
"-Dzsh-completions=true"
"-Dbash-completions=true"
- "-Dwerror=false"
)
meson_src_configure