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 9EB46139694 for ; Wed, 21 Jun 2017 01:32:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E10E9E0EDD; Wed, 21 Jun 2017 01:32:54 +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 B4173E0EDD for ; Wed, 21 Jun 2017 01:32:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 852EF3417A3 for ; Wed, 21 Jun 2017 01:32:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85B817480 for ; Wed, 21 Jun 2017 01:32:50 +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: <1498008731.78e8a1b03589cee8bfd1769340ee5f6c4c6dac6c.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matplotlib/matplotlib-2.0.2.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 78e8a1b03589cee8bfd1769340ee5f6c4c6dac6c X-VCS-Branch: master Date: Wed, 21 Jun 2017 01:32: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: d3256cf3-f1fd-4eca-91f0-207c877175b2 X-Archives-Hash: 51c2e3d54f3df9ccc6e4fa2dbc1a555d commit: 78e8a1b03589cee8bfd1769340ee5f6c4c6dac6c Author: Sean Vig gmail com> AuthorDate: Fri Jun 9 12:43:45 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Jun 21 01:32:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e8a1b0 dev-python/matplotlib: Fix building docs Closes: https://github.com/gentoo/gentoo/pull/4892 dev-python/matplotlib/matplotlib-2.0.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/matplotlib/matplotlib-2.0.2.ebuild b/dev-python/matplotlib/matplotlib-2.0.2.ebuild index 2e703e5dcb6..ca8d819c6ee 100644 --- a/dev-python/matplotlib/matplotlib-2.0.2.ebuild +++ b/dev-python/matplotlib/matplotlib-2.0.2.ebuild @@ -63,6 +63,7 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig doc? ( app-text/dvipng + dev-python/colorspacious[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/ipython[${PYTHON_USEDEP}] dev-python/mock[${PY2_USEDEP}]