From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2908313835B for ; Sun, 25 Apr 2021 21:01:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CE86E08BB; Sun, 25 Apr 2021 21:01:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8396E08BB for ; Sun, 25 Apr 2021 21:01:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5C73341324 for ; Sun, 25 Apr 2021 21:01:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 052BB729 for ; Sun, 25 Apr 2021 21:01:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619384465.a2e31969d6f9d9297d6eedd63477400c599e8762.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/darkplaces/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/darkplaces/darkplaces-20140513-r1.ebuild X-VCS-Directories: games-fps/darkplaces/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a2e31969d6f9d9297d6eedd63477400c599e8762 X-VCS-Branch: master Date: Sun, 25 Apr 2021 21:01:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e9f06044-8d1a-4102-80fa-b981d2fbb94a X-Archives-Hash: 2bf3e84151f6bef1087dad01b6d55e63 commit: a2e31969d6f9d9297d6eedd63477400c599e8762 Author: Sam James gentoo org> AuthorDate: Sun Apr 25 20:59:28 2021 +0000 Commit: Sam James gentoo 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 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