diff options
author | 2018-11-25 15:19:29 +0000 | |
---|---|---|
committer | 2018-11-25 15:19:29 +0000 | |
commit | 9463f900268f70e5094206801bf218cc617cbb60 (patch) | |
tree | 8bc1eb947dde103522bbf20c5cf44d02756efd10 /dev-util/mingw-runtime/mingw-runtime-3.18.ebuild | |
parent | toolchain.eclass: drop prepstrip(), bug #587316 (diff) | |
download | gentoo-9463f900268f70e5094206801bf218cc617cbb60.tar.gz gentoo-9463f900268f70e5094206801bf218cc617cbb60.tar.bz2 gentoo-9463f900268f70e5094206801bf218cc617cbb60.zip |
dev-util/mingw-runtime: drop prepstrip(), bug #587300
This disables all stripping in mingw-runtime. As PMS does
not provide an alternative just drop stripping for now.
Reported-by: Michał Górny
Closes: https://bugs.gentoo.org/587300
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/mingw-runtime/mingw-runtime-3.18.ebuild')
-rw-r--r-- | dev-util/mingw-runtime/mingw-runtime-3.18.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild index fde71e0d98c..74ba9950cae 100644 --- a/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild +++ b/dev-util/mingw-runtime/mingw-runtime-3.18.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=0 @@ -69,7 +69,6 @@ src_install() { && insdir="${D}/usr/${CTARGET}" \ || insdir="${D}" emake install DESTDIR="${insdir}" || die - env -uRESTRICT CHOST=${CTARGET} prepallstrip rm -rf "${insdir}"/usr/doc dodoc CONTRIBUTORS ChangeLog README TODO readme.txt fi |