From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1397638-garchives=archives.gentoo.org@lists.gentoo.org>
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 2A2A0158091
	for <garchives@archives.gentoo.org>; 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 5D97DE09A7;
	Tue, 17 May 2022 05:59:23 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 4732DE09A6
	for <gentoo-commits@lists.gentoo.org>; Tue, 17 May 2022 05:59:23 +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 81025341B63
	for <gentoo-commits@lists.gentoo.org>; Tue, 17 May 2022 05:59:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 879F047B
	for <gentoo-commits@lists.gentoo.org>; Tue, 17 May 2022 05:59:18 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1652766829.96e9e436514d7723e9e4eb4c1d989b8a3f498282.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/swaylock/
X-VCS-Repository: repo/gentoo
X-VCS-Files: gui-apps/swaylock/swaylock-1.3-r1.ebuild gui-apps/swaylock/swaylock-1.5-r1.ebuild gui-apps/swaylock/swaylock-1.6-r1.ebuild gui-apps/swaylock/swaylock-9999.ebuild
X-VCS-Directories: gui-apps/swaylock/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 96e9e436514d7723e9e4eb4c1d989b8a3f498282
X-VCS-Branch: master
Date: Tue, 17 May 2022 05:59:18 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 7f6d7261-f8e6-4d4e-9e98-054e1bf4003a
X-Archives-Hash: bb4013badebfa53f30ffde943cb4a877

commit:     96e9e436514d7723e9e4eb4c1d989b8a3f498282
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 05:53:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 17 05:53:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e9e436

gui-apps/swaylock: [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>

 gui-apps/swaylock/swaylock-1.3-r1.ebuild | 3 +--
 gui-apps/swaylock/swaylock-1.5-r1.ebuild | 3 +--
 gui-apps/swaylock/swaylock-1.6-r1.ebuild | 1 -
 gui-apps/swaylock/swaylock-9999.ebuild   | 1 -
 4 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/gui-apps/swaylock/swaylock-1.3-r1.ebuild b/gui-apps/swaylock/swaylock-1.3-r1.ebuild
index 5f1de9f7b816..499641738d7d 100644
--- a/gui-apps/swaylock/swaylock-1.3-r1.ebuild
+++ b/gui-apps/swaylock/swaylock-1.3-r1.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
@@ -45,7 +45,6 @@ src_configure() {
 		"-Dfish-completions=true"
 		"-Dzsh-completions=true"
 		"-Dbash-completions=true"
-		"-Dwerror=false"
 	)
 
 	if [[ ${PV} != 9999 ]]; then

diff --git a/gui-apps/swaylock/swaylock-1.5-r1.ebuild b/gui-apps/swaylock/swaylock-1.5-r1.ebuild
index 920d0fdf1b61..273513ab416d 100644
--- a/gui-apps/swaylock/swaylock-1.5-r1.ebuild
+++ b/gui-apps/swaylock/swaylock-1.5-r1.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
@@ -42,7 +42,6 @@ src_configure() {
 		"-Dfish-completions=true"
 		"-Dzsh-completions=true"
 		"-Dbash-completions=true"
-		"-Dwerror=false"
 	)
 
 	meson_src_configure

diff --git a/gui-apps/swaylock/swaylock-1.6-r1.ebuild b/gui-apps/swaylock/swaylock-1.6-r1.ebuild
index fd98b0722227..547c336b0fe2 100644
--- a/gui-apps/swaylock/swaylock-1.6-r1.ebuild
+++ b/gui-apps/swaylock/swaylock-1.6-r1.ebuild
@@ -43,7 +43,6 @@ src_configure() {
 		"-Dfish-completions=true"
 		"-Dzsh-completions=true"
 		"-Dbash-completions=true"
-		"-Dwerror=false"
 	)
 
 	meson_src_configure

diff --git a/gui-apps/swaylock/swaylock-9999.ebuild b/gui-apps/swaylock/swaylock-9999.ebuild
index 41e00d116218..9b567fbde459 100644
--- a/gui-apps/swaylock/swaylock-9999.ebuild
+++ b/gui-apps/swaylock/swaylock-9999.ebuild
@@ -43,7 +43,6 @@ src_configure() {
 		"-Dfish-completions=true"
 		"-Dzsh-completions=true"
 		"-Dbash-completions=true"
-		"-Dwerror=false"
 	)
 
 	meson_src_configure