Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/darkplaces/
Date: Sun, 25 Apr 2021 21:01:26
Message-Id: 1619384465.a2e31969d6f9d9297d6eedd63477400c599e8762.sam@gentoo
1 commit: a2e31969d6f9d9297d6eedd63477400c599e8762
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 20:59:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 21:01:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e31969
7
8 games-fps/darkplaces: unset STRIP from environment
9
10 The build system defaults to noop unless one is set from the environment.
11
12 Closes: https://bugs.gentoo.org/785718
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 games-fps/darkplaces/darkplaces-20140513-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/games-fps/darkplaces/darkplaces-20140513-r1.ebuild b/games-fps/darkplaces/darkplaces-20140513-r1.ebuild
19 index 171eaa03f68..7934dcbe22d 100644
20 --- a/games-fps/darkplaces/darkplaces-20140513-r1.ebuild
21 +++ b/games-fps/darkplaces/darkplaces-20140513-r1.ebuild
22 @@ -123,7 +123,7 @@ src_compile() {
23
24 # Protect against people choosing a strip implementation
25 # bug #739194
26 - opts+="STRIP=true"
27 + unset STRIP
28
29 tc-export CC