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 C29A11395E2 for ; Sat, 5 Nov 2016 12:34:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 142B9E0C74; Sat, 5 Nov 2016 12:34:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEB18E0C74 for ; Sat, 5 Nov 2016 12:34:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5A40341059 for ; Sat, 5 Nov 2016 12:34:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6CC0306 for ; Sat, 5 Nov 2016 12:34:44 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1478349283.815b165b07c200d44edb13d588a17b1634f1755d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytables/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytables/pytables-3.3.0.ebuild X-VCS-Directories: dev-python/pytables/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 815b165b07c200d44edb13d588a17b1634f1755d X-VCS-Branch: master Date: Sat, 5 Nov 2016 12:34:44 +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-Archives-Salt: a4d95fcd-0b04-42e8-97d2-e2aff5730793 X-Archives-Hash: 87a3ccca08b3280b0eb0813df03dd49a commit: 815b165b07c200d44edb13d588a17b1634f1755d Author: Justin Lecher gentoo org> AuthorDate: Sat Nov 5 12:34:07 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 5 12:34:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815b165b dev-python/pytables: Add back included sources Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher gentoo.org> dev-python/pytables/pytables-3.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytables/pytables-3.3.0.ebuild b/dev-python/pytables/pytables-3.3.0.ebuild index 443c04f..17beb6e 100644 --- a/dev-python/pytables/pytables-3.3.0.ebuild +++ b/dev-python/pytables/pytables-3.3.0.ebuild @@ -51,7 +51,7 @@ python_prepare_all() { -e "s:/usr:${EPREFIX}/usr:g" \ -e 's:"hdf5-blosc/src/blosc_filter.c"::g' \ -i setup.py || die - rm -r c-blosc/{blosc,internal-complibs} hdf5-blosc || die + rm -r c-blosc/{blosc,internal-complibs} || die distutils-r1_python_prepare_all }