From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1294566-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D8D441382C5
	for <garchives@archives.gentoo.org>; Thu, 17 Jun 2021 20:26:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3EDDCE0839;
	Thu, 17 Jun 2021 20:26:56 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 28FA0E0839
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Jun 2021 20:26:56 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 10037335DBF
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Jun 2021 20:26:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C2B27A1
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Jun 2021 20:26:53 +0000 (UTC)
From: "Ionen Wolkens" <ionen@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, "Ionen Wolkens" <ionen@gentoo.org>
Message-ID: <1623961568.78b402d144a25c5cf612e9e38e74dc7eda6ebeea.ionen@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/waypipe/files/
X-VCS-Repository: repo/gentoo
X-VCS-Files: gui-apps/waypipe/files/waypipe-0.7.2-werror.patch
X-VCS-Directories: gui-apps/waypipe/files/
X-VCS-Committer: ionen
X-VCS-Committer-Name: Ionen Wolkens
X-VCS-Revision: 78b402d144a25c5cf612e9e38e74dc7eda6ebeea
X-VCS-Branch: master
Date: Thu, 17 Jun 2021 20:26:53 +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: d5b49654-d343-41a7-b65b-70bb4bd50f6e
X-Archives-Hash: b7a23333573a3056de7d6c0ee3bbf44c

commit:     78b402d144a25c5cf612e9e38e74dc7eda6ebeea
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jun 17 18:24:55 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jun 17 20:26:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b402d1

gui-apps/waypipe: remove unused patch

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/21288
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 gui-apps/waypipe/files/waypipe-0.7.2-werror.patch | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gui-apps/waypipe/files/waypipe-0.7.2-werror.patch b/gui-apps/waypipe/files/waypipe-0.7.2-werror.patch
deleted file mode 100644
index 289a0c29acb..00000000000
--- a/gui-apps/waypipe/files/waypipe-0.7.2-werror.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/meson.build b/meson.build
-index d023f1f..372f0e3 100644
---- a/meson.build
-+++ b/meson.build
-@@ -6,7 +6,6 @@ project(
- 	default_options: [
- 		'c_std=c11',
- 		'warning_level=3',
--		'werror=true',
- 	],
- 	version: '0.7.2',
- )