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 EC2BD158003 for ; Tue, 17 May 2022 05:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03B7DE0996; Tue, 17 May 2022 05:59:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 A48FEE0996 for ; Tue, 17 May 2022 05:59:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88DA8341A7B for ; Tue, 17 May 2022 05:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03E6FDC 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: <1652766801.b9026c6be5db4b3c8ff085cd210c354c615ac903.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/grim/grim-1.3.1.ebuild gui-apps/grim/grim-1.4.0-r1.ebuild gui-apps/grim/grim-9999.ebuild X-VCS-Directories: gui-apps/grim/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b9026c6be5db4b3c8ff085cd210c354c615ac903 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: 55d9e590-f833-429d-aa87-da6030ddf591 X-Archives-Hash: c7ee049acdb76ec0ffc24183a798d37e commit: b9026c6be5db4b3c8ff085cd210c354c615ac903 Author: Sam James gentoo org> AuthorDate: Tue May 17 05:53:21 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 17 05:53:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9026c6b gui-apps/grim: [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> gui-apps/grim/grim-1.3.1.ebuild | 3 +-- gui-apps/grim/grim-1.4.0-r1.ebuild | 1 - gui-apps/grim/grim-9999.ebuild | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/gui-apps/grim/grim-1.3.1.ebuild b/gui-apps/grim/grim-1.3.1.ebuild index 3636ebfb9e8a..668957f860fa 100644 --- a/gui-apps/grim/grim-1.3.1.ebuild +++ b/gui-apps/grim/grim-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 @@ -38,7 +38,6 @@ src_configure() { local emesonargs=( $(meson_feature jpeg) $(meson_feature man man-pages) - "-Dwerror=false" ) meson_src_configure } diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild b/gui-apps/grim/grim-1.4.0-r1.ebuild index c2d03e9ccf68..777c1e6adea4 100644 --- a/gui-apps/grim/grim-1.4.0-r1.ebuild +++ b/gui-apps/grim/grim-1.4.0-r1.ebuild @@ -36,7 +36,6 @@ src_configure() { $(meson_feature man man-pages) "-Dbash-completions=false" "-Dfish-completions=false" - "-Dwerror=false" ) meson_src_configure } diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild index 475fdee6605e..4cef815d2eae 100644 --- a/gui-apps/grim/grim-9999.ebuild +++ b/gui-apps/grim/grim-9999.ebuild @@ -36,7 +36,6 @@ src_configure() { $(meson_feature man man-pages) "-Dbash-completions=false" "-Dfish-completions=false" - "-Dwerror=false" ) meson_src_configure }