From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64ACC158090 for ; Tue, 17 May 2022 05:59:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FC4CE09AD; Tue, 17 May 2022 05:59:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 898BDE09AE for ; Tue, 17 May 2022 05:59:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C63F6341B5D for ; Tue, 17 May 2022 05:59:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E54B948C for ; Tue, 17 May 2022 05:59:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652766851.c0e48514dbcbde66b0c2314e173e1661278f8d55.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/frogr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/frogr/frogr-1.5.ebuild X-VCS-Directories: media-gfx/frogr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c0e48514dbcbde66b0c2314e173e1661278f8d55 X-VCS-Branch: master Date: Tue, 17 May 2022 05:59:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ae58d8b-99e2-403a-b72f-0659f51fe628 X-Archives-Hash: 3bf2d5d14763f37137f5704263ff60d6 commit: c0e48514dbcbde66b0c2314e173e1661278f8d55 Author: Sam James gentoo org> AuthorDate: Tue May 17 05:54:11 2022 +0000 Commit: Sam James gentoo 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 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