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 7CBFB138330 for ; Sat, 3 Sep 2016 13:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 747CE21C043; Sat, 3 Sep 2016 13:34:45 +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 2437E21C043 for ; Sat, 3 Sep 2016 13:34:45 +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 C3084340815 for ; Sat, 3 Sep 2016 13:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70B5B246D for ; Sat, 3 Sep 2016 13:34:40 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1472909670.e16472d300e27f745e0b7ecd927f4eb9a030d6d9.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/h5py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/h5py/h5py-2.6.0.ebuild X-VCS-Directories: dev-python/h5py/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: e16472d300e27f745e0b7ecd927f4eb9a030d6d9 X-VCS-Branch: master Date: Sat, 3 Sep 2016 13:34:40 +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: 58ffb911-206c-40d9-8967-1881bb061ea8 X-Archives-Hash: eec0230b499d5f124e14b6be72659831 commit: e16472d300e27f745e0b7ecd927f4eb9a030d6d9 Author: Mike Gilbert gentoo org> AuthorDate: Sat Sep 3 13:34:30 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Sep 3 13:34:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16472d3 dev-python/h5py: drop rm -r _build || die Bug: https://bugs.gentoo.org/591736 Package-Manager: portage-2.3.0_p24 dev-python/h5py/h5py-2.6.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/h5py/h5py-2.6.0.ebuild b/dev-python/h5py/h5py-2.6.0.ebuild index e3722c2..7c861bd 100644 --- a/dev-python/h5py/h5py-2.6.0.ebuild +++ b/dev-python/h5py/h5py-2.6.0.ebuild @@ -48,7 +48,6 @@ python_compile_all() { if use doc; then cd "${S}"/docs || die sed '/html_theme/s:default:alabaster:g' -i conf.py || die - rm -r _build || die emake html fi }