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 B42D1158003 for ; Tue, 17 May 2022 05:59:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0A66E09BC; Tue, 17 May 2022 05:59:24 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9025E09BC for ; Tue, 17 May 2022 05:59:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EAF2341B6B for ; Tue, 17 May 2022 05:59:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1BE3485 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: <1652766846.37e09ede6f6b9a426c428b2c2b668d54fa88f949.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/sway/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/sway/sway-1.7.ebuild gui-wm/sway/sway-9999.ebuild X-VCS-Directories: gui-wm/sway/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 37e09ede6f6b9a426c428b2c2b668d54fa88f949 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: 7d428926-813f-443d-8e76-07141c7d7f4e X-Archives-Hash: 349023a4d6097c3dbf95f9ad331473e3 commit: 37e09ede6f6b9a426c428b2c2b668d54fa88f949 Author: Sam James gentoo org> AuthorDate: Tue May 17 05:54:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 17 05:54:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e09ede gui-wm/sway: [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-wm/sway/sway-1.7.ebuild | 1 - gui-wm/sway/sway-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/gui-wm/sway/sway-1.7.ebuild b/gui-wm/sway/sway-1.7.ebuild index 2d194a94d1c8..f323c04ef5b8 100644 --- a/gui-wm/sway/sway-1.7.ebuild +++ b/gui-wm/sway/sway-1.7.ebuild @@ -80,7 +80,6 @@ src_configure() { -Dfish-completions=true -Dzsh-completions=true -Dbash-completions=true - -Dwerror=false ) meson_src_configure diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild index 33f0a17752a8..6e49d4aaca20 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-9999.ebuild @@ -80,7 +80,6 @@ src_configure() { -Dfish-completions=true -Dzsh-completions=true -Dbash-completions=true - -Dwerror=false ) meson_src_configure