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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02C1113933E for ; Fri, 9 Jul 2021 21:26:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A457E0A49; Fri, 9 Jul 2021 21:26:32 +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 18743E0A49 for ; Fri, 9 Jul 2021 21:26:31 +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 316DF340952 for ; Fri, 9 Jul 2021 21:26:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FA0763F for ; Fri, 9 Jul 2021 21:26:28 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1625865980.ac4fdd896738cc249c2ece2f64126c4c6bb20598.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/ETL/ETL-1.4.1.ebuild X-VCS-Directories: dev-cpp/ETL/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: ac4fdd896738cc249c2ece2f64126c4c6bb20598 X-VCS-Branch: master Date: Fri, 9 Jul 2021 21:26:28 +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: f494c255-4dfc-4263-ab73-8ba128fd5030 X-Archives-Hash: 08b5baa822a8b9419ff725b3236e82cc commit: ac4fdd896738cc249c2ece2f64126c4c6bb20598 Author: Luca Barbato gentoo org> AuthorDate: Fri Jul 9 21:26:11 2021 +0000 Commit: Luca Barbato gentoo org> CommitDate: Fri Jul 9 21:26:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4fdd89 dev-cpp/ETL: Remove -Werror from the sed line It seems to be unnecessary. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Luca Barbato gentoo.org> dev-cpp/ETL/ETL-1.4.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-cpp/ETL/ETL-1.4.1.ebuild b/dev-cpp/ETL/ETL-1.4.1.ebuild index 5004a82f10f..2ee1d06fea4 100644 --- a/dev-cpp/ETL/ETL-1.4.1.ebuild +++ b/dev-cpp/ETL/ETL-1.4.1.ebuild @@ -19,7 +19,6 @@ src_prepare() { default sed -i -e 's/CXXFLAGS="`echo $CXXFLAGS | sed s:-g::` $debug_flags"//' \ -e 's/CFLAGS="`echo $CFLAGS | sed s:-g::` $debug_flags"//' \ - -e 's/-Werror//' \ m4/subs.m4 || die sed -i -e 's/hermite/etl::&/' test/angle.cpp