dev-python/pyinstaller: don't pre-strip binaries

Closes: https://bugs.gentoo.org/780984
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2021-04-15 16:40:12 +12:00
parent 71acc86915
commit 51de3cc6e4
2 changed files with 25 additions and 0 deletions

View File

@@ -15,3 +15,5 @@ SRC_URI="https://files.pythonhosted.org/packages/b4/83/9f6ff034650abe9778c9a4f86
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
PATCHES=( "${FILESDIR}/${PN}-4.2-dont-pre-strip.patch" )