summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-17 05:53:37 +0000
committerSam James <sam@gentoo.org>2022-05-17 05:53:37 +0000
commitaee684e3cb8dd0586d1702e8781118ea7ba0c928 (patch)
treec86efd0af35f91e2830d261995e1458b8b4303db
parentgui-apps/slurp: [QA] drop implicit -Dwerror=false for meson ebuilds (diff)
downloadgentoo-aee684e3.tar.gz
gentoo-aee684e3.tar.bz2
gentoo-aee684e3.zip
gui-apps/swappy: [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/swappy/swappy-1.3.1.ebuild3
-rw-r--r--gui-apps/swappy/swappy-9999.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/gui-apps/swappy/swappy-1.3.1.ebuild b/gui-apps/swappy/swappy-1.3.1.ebuild
index eea557b615f4..b8358bc26174 100644
--- a/gui-apps/swappy/swappy-1.3.1.ebuild
+++ b/gui-apps/swappy/swappy-1.3.1.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_prepare() {
src_configure() {
local emesonargs=(
- -Dwerror=false
-Dman-pages=enabled
)
meson_src_configure
diff --git a/gui-apps/swappy/swappy-9999.ebuild b/gui-apps/swappy/swappy-9999.ebuild
index c56ab3ad4f9e..184bc9ba060d 100644
--- a/gui-apps/swappy/swappy-9999.ebuild
+++ b/gui-apps/swappy/swappy-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
@@ -35,7 +35,6 @@ BDEPEND="
src_configure() {
local emesonargs=(
- -Dwerror=false
-Dman-pages=enabled
)
meson_src_configure