Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/loudgain/
Date: Thu, 29 Dec 2022 15:28:32
Message-Id: 1672316056.711b8793272e69a1737fa1a7408a379d3c33d6fe.ceamac@gentoo
1 commit: 711b8793272e69a1737fa1a7408a379d3c33d6fe
2 Author: YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
3 AuthorDate: Thu Dec 29 12:14:16 2022 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 12:14:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=711b8793
7
8 media-sound/loudgain: remove the debug flag `-g`
9
10 Closes: https://bugs.gentoo.org/887783
11 Signed-off-by: YOSHIOKA Takuma <lo48576 <AT> hard-wi.red>
12
13 media-sound/loudgain/loudgain-0.6.8.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/media-sound/loudgain/loudgain-0.6.8.ebuild b/media-sound/loudgain/loudgain-0.6.8.ebuild
17 index 9ad6f1468..550bb844e 100644
18 --- a/media-sound/loudgain/loudgain-0.6.8.ebuild
19 +++ b/media-sound/loudgain/loudgain-0.6.8.ebuild
20 @@ -26,6 +26,7 @@ DEPEND="${COMMON_DEPEND}"
21 src_prepare() {
22 sed -e 's/^SET(CMAKE_C_FLAGS "/SET(CMAKE_C_FLAGS "${CMAKE_C_CFLAGS} /' \
23 -e 's/^SET(CMAKE_CXX_FLAGS "/SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /' \
24 + -e 's/^\(\s*COMPILE_FLAGS.*\) -g\([\s"]\)$/\1\2/' \
25 -i CMakeLists.txt || die "cannot patch CMakeLists.txt"
26 cat CMakeLists.txt