diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-25 15:25:25 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-25 15:25:25 +0000 |
commit | f7b00dded36b68edd053e313ebe6036234a109d8 (patch) | |
tree | c4240d24a6bb4e9052bf283051a0a328f333db20 /dev-util/mingw64-runtime | |
parent | dev-libs/cygwin: drop prepstrip(), bug #587290 (diff) | |
download | gentoo-f7b00dded36b68edd053e313ebe6036234a109d8.tar.gz gentoo-f7b00dded36b68edd053e313ebe6036234a109d8.tar.bz2 gentoo-f7b00dded36b68edd053e313ebe6036234a109d8.zip |
dev-util/mingw64-runtime: drop prepstrip(), bug #587292
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 <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/mingw64-runtime')
-rw-r--r-- | dev-util/mingw64-runtime/mingw64-runtime-5.0.4.ebuild | 3 | ||||
-rw-r--r-- | dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/dev-util/mingw64-runtime/mingw64-runtime-5.0.4.ebuild b/dev-util/mingw64-runtime/mingw64-runtime-5.0.4.ebuild index 25722876100e..93965bb06d7c 100644 --- a/dev-util/mingw64-runtime/mingw64-runtime-5.0.4.ebuild +++ b/dev-util/mingw64-runtime/mingw64-runtime-5.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -103,6 +103,5 @@ src_install() { dosym usr/include /usr/${CTARGET}/sys-include fi - env -uRESTRICT CHOST=${CTARGET} prepallstrip rm -rf "${ED}/usr/share" } 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" } |