From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1D5821384B4 for ; Thu, 24 Dec 2015 17:33:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB22F21C01C; Thu, 24 Dec 2015 17:33:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6046D21C01C for ; Thu, 24 Dec 2015 17:33:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27B0A3402A2 for ; Thu, 24 Dec 2015 17:33:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7311C7A for ; Thu, 24 Dec 2015 17:33:00 +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: <1450978379.0dd862461d8c7cb6a07f5b45445d70700e75211d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matplotlib/matplotlib-1.5.0.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0dd862461d8c7cb6a07f5b45445d70700e75211d X-VCS-Branch: master Date: Thu, 24 Dec 2015 17:33:00 +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: 935b8f2b-c32e-48e8-a794-a65114c284c1 X-Archives-Hash: d579d2e526795331b579c788d46b3757 commit: 0dd862461d8c7cb6a07f5b45445d70700e75211d Author: Justin Lecher gentoo org> AuthorDate: Thu Dec 24 17:32:39 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Dec 24 17:32:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd86246 dev-python/matplotlib: Move cairo deps to DEPEND too Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=569500 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/matplotlib/matplotlib-1.5.0.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild b/dev-python/matplotlib/matplotlib-1.5.0.ebuild index 3bde29f..a98751d 100644 --- a/dev-python/matplotlib/matplotlib-1.5.0.ebuild +++ b/dev-python/matplotlib/matplotlib-1.5.0.ebuild @@ -47,6 +47,12 @@ COMMON_DEPEND=" media-libs/freetype:2 media-libs/libpng:0 media-libs/qhull + cairo? ( + || ( + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/cairocffi[${PYTHON_USEDEP}] + ) + ) gtk2? ( dev-libs/glib:2= x11-libs/gdk-pixbuf @@ -80,12 +86,6 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} >=dev-python/pyparsing-1.5.6[${PYTHON_USEDEP}] - cairo? ( - || ( - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/cairocffi[${PYTHON_USEDEP}] - ) - ) excel? ( dev-python/xlwt[${PYTHON_USEDEP}] ) fltk? ( dev-python/pyfltk[${PYTHON_USEDEP}] ) gtk3? (