dev-libs/cygwin: drop prepstrip(), bug #587290
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 25 Nov 2018 15:24:07 +0000 (15:24 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 25 Nov 2018 15:24:07 +0000 (15:24 +0000)
This disables all stripping in cygwin. As PMS does
not provide an alternative just drop stripping for now.

Reported-by: Michał Górny
Closes: https://bugs.gentoo.org/587290
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dev-libs/cygwin/cygwin-1.5.25.15.ebuild

index 876ce11981bc2fa4dc5c03392ef3e11058daa2da..433361029fd4189b2b31d2ff28769076a5f29b7e 100644 (file)
@@ -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
@@ -88,6 +88,5 @@ src_install() {
        else
                cd "${WORKDIR}"/build
                emake install DESTDIR="${D}" || die
-               env -uRESTRICT CHOST=${CTARGET} prepallstrip
        fi
 }