From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63C22138334 for ; Tue, 9 Apr 2019 20:06:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B271E08BE; Tue, 9 Apr 2019 20:06:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3745CE08BE for ; Tue, 9 Apr 2019 20:06:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BBE6335CED for ; Tue, 9 Apr 2019 20:06:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF6C5594 for ; Tue, 9 Apr 2019 20:06:33 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1554840384.162b0e220dacce6d76c7db581bae715f02b94851.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/msgpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/msgpack/msgpack-0.6.1.ebuild X-VCS-Directories: dev-python/msgpack/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 162b0e220dacce6d76c7db581bae715f02b94851 X-VCS-Branch: master Date: Tue, 9 Apr 2019 20:06:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f72aa814-bd33-48b6-9554-d86f03de0e5e X-Archives-Hash: 612bb6de4938c8191396ad526a3117cf commit: 162b0e220dacce6d76c7db581bae715f02b94851 Author: Matthew Thode gentoo org> AuthorDate: Tue Apr 9 20:06:08 2019 +0000 Commit: Matthew Thode gentoo 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 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