commit:     ac4fdd896738cc249c2ece2f64126c4c6bb20598
Author:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  9 21:26:11 2021 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> 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 <lu_zero <AT> 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<angle>/etl::&/' test/angle.cpp
 

Reply via email to