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 8588C158003 for ; Tue, 17 May 2022 05:59:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE4F1E099F; Tue, 17 May 2022 05:59:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A772BE099E for ; Tue, 17 May 2022 05:59:22 +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 B36C7341B5D 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 29FD946D 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: <1652766809.2dc144322fbc3d17a0e667926f3f5d00ec84838a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/mako/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/mako/mako-1.6-r3.ebuild gui-apps/mako/mako-9999.ebuild X-VCS-Directories: gui-apps/mako/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2dc144322fbc3d17a0e667926f3f5d00ec84838a 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: 3a584b69-bafd-4b5e-b1a9-5576cfc75cb3 X-Archives-Hash: a819b6e2604b10645ac940c0a882e0f3 commit: 2dc144322fbc3d17a0e667926f3f5d00ec84838a Author: Sam James gentoo org> AuthorDate: Tue May 17 05:53:29 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 17 05:53:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc14432 gui-apps/mako: [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/mako/mako-1.6-r3.ebuild | 1 - gui-apps/mako/mako-9999.ebuild | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gui-apps/mako/mako-1.6-r3.ebuild b/gui-apps/mako/mako-1.6-r3.ebuild index 219a0b276032..a5b496449431 100644 --- a/gui-apps/mako/mako-1.6-r3.ebuild +++ b/gui-apps/mako/mako-1.6-r3.ebuild @@ -47,7 +47,6 @@ BDEPEND=" src_configure() { local emesonargs=( -Dicons=$(usex icons enabled disabled) - "-Dwerror=false" ) if use systemd ; then diff --git a/gui-apps/mako/mako-9999.ebuild b/gui-apps/mako/mako-9999.ebuild index e3550881594a..597e5e7acd03 100644 --- a/gui-apps/mako/mako-9999.ebuild +++ b/gui-apps/mako/mako-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 @@ -47,7 +47,6 @@ BDEPEND=" src_configure() { local emesonargs=( -Dicons=$(usex icons enabled disabled) - "-Dwerror=false" ) if use systemd ; then