commit:     c0e48514dbcbde66b0c2314e173e1661278f8d55
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 05:54:11 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 17 05:54:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e48514

media-gfx/frogr: [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>

 media-gfx/frogr/frogr-1.5.ebuild | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/media-gfx/frogr/frogr-1.5.ebuild b/media-gfx/frogr/frogr-1.5.ebuild
index 7d0577497123..5c4c371a7f01 100644
--- a/media-gfx/frogr/frogr-1.5.ebuild
+++ b/media-gfx/frogr/frogr-1.5.ebuild
@@ -34,14 +34,6 @@ PATCHES=(
        "${FILESDIR}/frogr-1.5-meson-0.61-build.patch"
 )
 
-src_configure() {
-       local emesonargs=(
-               # bug #714132
-               -Dwerror=false
-       )
-       meson_src_configure
-}
-
 pkg_postinst() {
        xdg_pkg_postinst
        gnome2_icon_cache_update

Reply via email to