Skip to content

Commit

Permalink
gui-apps/swappy: [QA] drop implicit -Dwerror=false for meson ebuilds
Browse files Browse the repository at this point in the history
Since f7408ad, it's

always set for Meson builds, so we don't need to

repeat it in ebuilds.

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed May 17, 2022
1 parent 0dc86e3 commit aee684e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions gui-apps/swappy/swappy-1.3.1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -42,7 +42,6 @@ src_prepare() {

src_configure() {
local emesonargs=(
-Dwerror=false
-Dman-pages=enabled
)
meson_src_configure
Expand Down
3 changes: 1 addition & 2 deletions gui-apps/swappy/swappy-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -35,7 +35,6 @@ BDEPEND="

src_configure() {
local emesonargs=(
-Dwerror=false
-Dman-pages=enabled
)
meson_src_configure
Expand Down

0 comments on commit aee684e

Please sign in to comment.