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 A62DB139695 for ; Sat, 15 Jul 2017 21:46:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E63821FC04D; Sat, 15 Jul 2017 21:46:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BF7B61FC04D for ; Sat, 15 Jul 2017 21:46:52 +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 D6DEC34194C for ; Sat, 15 Jul 2017 21:46:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E7AB74B3 for ; Sat, 15 Jul 2017 21:46:50 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1500155195.ae651f7c6afa85e1613f6032fb65eb8fea725cc3.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mpi4py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mpi4py/mpi4py-2.0.0.ebuild X-VCS-Directories: dev-python/mpi4py/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ae651f7c6afa85e1613f6032fb65eb8fea725cc3 X-VCS-Branch: master Date: Sat, 15 Jul 2017 21:46:50 +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: f59e9743-0334-4347-b7fc-eaf026426296 X-Archives-Hash: b077cbff71818d16b045a36126860dff commit: ae651f7c6afa85e1613f6032fb65eb8fea725cc3 Author: Patrice Clement gentoo org> AuthorDate: Sat Jul 15 21:46:35 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Jul 15 21:46:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae651f7c dev-python/mpi4py: install examples via DOCS array. Gentoo-Bug: https://bugs.gentoo.org/622780 Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-python/mpi4py/mpi4py-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mpi4py/mpi4py-2.0.0.ebuild b/dev-python/mpi4py/mpi4py-2.0.0.ebuild index 1ccb4b31011..f9ce3a4bae0 100644 --- a/dev-python/mpi4py/mpi4py-2.0.0.ebuild +++ b/dev-python/mpi4py/mpi4py-2.0.0.ebuild @@ -42,6 +42,6 @@ python_test() { python_install_all() { use doc && local HTML_DOCS=( docs/. ) - use examples && local EXAMPLES=( demo/. ) + use examples && local DOCS=( demo ) distutils-r1_python_install_all }