summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-11-25 15:24:07 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2018-11-25 15:24:07 +0000
commit9fadc7d8ea7625749b9e53729ee33a477db4068e (patch)
treec1ea1cb4db273c560e2341122ffcb5dc28269968 /dev-libs/cygwin
parentdev-util/mingw-runtime: drop prepstrip(), bug #587300 (diff)
downloadgentoo-9fadc7d8ea7625749b9e53729ee33a477db4068e.tar.gz
gentoo-9fadc7d8ea7625749b9e53729ee33a477db4068e.tar.bz2
gentoo-9fadc7d8ea7625749b9e53729ee33a477db4068e.zip
dev-libs/cygwin: drop prepstrip(), bug #587290
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>
Diffstat (limited to 'dev-libs/cygwin')
-rw-r--r--dev-libs/cygwin/cygwin-1.5.25.15.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/cygwin/cygwin-1.5.25.15.ebuild b/dev-libs/cygwin/cygwin-1.5.25.15.ebuild
index 876ce11981bc..433361029fd4 100644
--- a/dev-libs/cygwin/cygwin-1.5.25.15.ebuild
+++ b/dev-libs/cygwin/cygwin-1.5.25.15.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
@@ -88,6 +88,5 @@ src_install() {
else
cd "${WORKDIR}"/build
emake install DESTDIR="${D}" || die
- env -uRESTRICT CHOST=${CTARGET} prepallstrip
fi
}