commit: a2e31969d6f9d9297d6eedd63477400c599e8762 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 25 20:59:28 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 25 21:01:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e31969
games-fps/darkplaces: unset STRIP from environment The build system defaults to noop unless one is set from the environment. Closes: https://bugs.gentoo.org/785718 Signed-off-by: Sam James <sam <AT> gentoo.org> games-fps/darkplaces/darkplaces-20140513-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/darkplaces/darkplaces-20140513-r1.ebuild b/games-fps/darkplaces/darkplaces-20140513-r1.ebuild index 171eaa03f68..7934dcbe22d 100644 --- a/games-fps/darkplaces/darkplaces-20140513-r1.ebuild +++ b/games-fps/darkplaces/darkplaces-20140513-r1.ebuild @@ -123,7 +123,7 @@ src_compile() { # Protect against people choosing a strip implementation # bug #739194 - opts+="STRIP=true" + unset STRIP tc-export CC
