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 4529B139085 for ; Thu, 2 Feb 2017 18:44:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8F7221C22C; Thu, 2 Feb 2017 18:44:22 +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 85A2E21C22C for ; Thu, 2 Feb 2017 18:44:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AA6553414E9 for ; Thu, 2 Feb 2017 18:44:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E86A3DCF for ; Thu, 2 Feb 2017 18:43:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486061027.f94cc35897d4d6dae8cf5a18329ba437ce8c7a50.soap@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.3-r1.ebuild dev-python/matplotlib/matplotlib-1.5.3.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f94cc35897d4d6dae8cf5a18329ba437ce8c7a50 X-VCS-Branch: master Date: Thu, 2 Feb 2017 18:43:58 +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: 81bebceb-beb6-4ee6-92de-e253035a35d5 X-Archives-Hash: 70df5d29c6e5e6146f4923da549be4db commit: f94cc35897d4d6dae8cf5a18329ba437ce8c7a50 Author: David Seifert gentoo org> AuthorDate: Thu Feb 2 18:18:31 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Feb 2 18:43:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94cc358 dev-python/matplotlib: RDEPEND on dev-python/cairocffi only Gentoo-bug: 593042 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3766 .../{matplotlib-1.5.3.ebuild => matplotlib-1.5.3-r1.ebuild} | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-1.5.3.ebuild b/dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild similarity index 98% rename from dev-python/matplotlib/matplotlib-1.5.3.ebuild rename to dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild index 54299fb..8819805 100644 --- a/dev-python/matplotlib/matplotlib-1.5.3.ebuild +++ b/dev-python/matplotlib/matplotlib-1.5.3-r1.ebuild @@ -46,12 +46,7 @@ COMMON_DEPEND=" media-libs/freetype:2 media-libs/libpng:0 media-libs/qhull - cairo? ( - || ( - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/cairocffi[${PYTHON_USEDEP}] - ) - ) + cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] ) gtk2? ( dev-libs/glib:2= x11-libs/gdk-pixbuf