From f7b00dded36b68edd053e313ebe6036234a109d8 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 25 Nov 2018 15:25:25 +0000 Subject: dev-util/mingw64-runtime: drop prepstrip(), bug #587292 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This disables all stripping in mingw64-runtime. As PMS does not provide an alternative just drop stripping for now. Reported-by: Michał Górny Closes: https://bugs.gentoo.org/587292 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich --- dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild | 1 - 1 file changed, 1 deletion(-) (limited to 'dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild') diff --git a/dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild b/dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild index 59982699b753..dbf9db4e858c 100644 --- a/dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild +++ b/dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild @@ -108,6 +108,5 @@ src_install() { dosym usr/include /usr/${CTARGET}/sys-include fi - env -uRESTRICT CHOST=${CTARGET} prepallstrip rm -rf "${ED}/usr/share" } -- cgit v1.2.3-65-gdbad