commit: 162b0e220dacce6d76c7db581bae715f02b94851
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 9 20:06:08 2019 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Apr 9 20:06:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162b0e22
dev-python/msgpack: 0.6.1 fix build in place
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/msgpack/msgpack-0.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/msgpack/msgpack-0.6.1.ebuild
b/dev-python/msgpack/msgpack-0.6.1.ebuild
index 8c00cbe126b..7677f5dc2ee 100644
--- a/dev-python/msgpack/msgpack-0.6.1.ebuild
+++ b/dev-python/msgpack/msgpack-0.6.1.ebuild
@@ -30,7 +30,7 @@ DEPEND="
python_prepare_all() {
# Remove pre-generated cython files
- rm msgpack/{_packer,_unpacker}.cpp || die
+ rm msgpack/{_packer,_unpacker,_cmsgpack}.pyx || die
if ! use native-extensions ; then
sed -i -e "/have_cython/s:True:False:" ./setup.py || die