Gentoo Archives: gentoo-commits

From: Brian Gloyer <brian.gloyer@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/gsl-lite/
Date: Fri, 23 Apr 2021 06:18:07
Message-Id: 1619158423.3ee8cf71ffe42d630b5f0612a6efa9dd648a2b2e.brian.gloyer@gentoo
1 commit: 3ee8cf71ffe42d630b5f0612a6efa9dd648a2b2e
2 Author: brian gloyer <brian.gloyer <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 23 06:10:05 2021 +0000
4 Commit: Brian Gloyer <brian.gloyer <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 23 06:13:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ee8cf71
7
8 dev-cpp/gsl-lite: Drop -Werror
9
10 Closes: https://bugs.gentoo.org/783981
11 Closes: https://bugs.gentoo.org/784014
12 Package-Manager: Portage-3.0.17, Repoman-3.0.2
13 Signed-off-by: brian gloyer <brian.gloyer <AT> gmail.com>
14
15 dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild b/dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild
19 index ebd5b7b41..b2b2c3933 100644
20 --- a/dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild
21 +++ b/dev-cpp/gsl-lite/gsl-lite-0.38.0.ebuild
22 @@ -24,4 +24,6 @@ src_configure() {
23 -DGSL_LITE_OPT_BUILD_TESTS=$(usex test)
24 )
25 cmake_src_configure
26 +
27 + sed -i -e 's/"-*Werror"//g' test/MakeTestTarget.cmake || die
28 }