From aa7a48a49e7a4fef5ad9d54db17b0608f4baf0c8 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:21:00 +0000 Subject: [PATCH] Fix build with newer Python (3.8.7+) Submitted by: kai --- devel/py-simpleparse/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-simpleparse/Makefile b/devel/py-simpleparse/Makefile index 8b6a0ea64522..f694b36523e9 100644 --- a/devel/py-simpleparse/Makefile +++ b/devel/py-simpleparse/Makefile @@ -15,6 +15,6 @@ USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/simpleparse/stt/TextTools/mxTextTools/mxTextTools.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/simpleparse/stt/TextTools/mxTextTools/mxTextTools*.so .include