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 EBE77138330 for ; Tue, 9 Jan 2018 14:12:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5EF9E0A02; Tue, 9 Jan 2018 14:12:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A25FCE0A02 for ; Tue, 9 Jan 2018 14:12:13 +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 A4C72335C3C for ; Tue, 9 Jan 2018 14:12:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D168151 for ; Tue, 9 Jan 2018 14:12:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1515507089.0e35d486fd6889d5c669aaef49d369eba54b3371.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-gallery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild X-VCS-Directories: dev-python/sphinx-gallery/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0e35d486fd6889d5c669aaef49d369eba54b3371 X-VCS-Branch: master Date: Tue, 9 Jan 2018 14:12:07 +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: 3d44a63d-fbb1-4dbb-9e7f-ea8851508c55 X-Archives-Hash: ba5a57c324aefeea24001463d05792d3 commit: 0e35d486fd6889d5c669aaef49d369eba54b3371 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 9 14:11:29 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 9 14:11:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e35d486 dev-python/sphinx-gallery: Fix circular dep Bug: https://bugs.gentoo.org/644002 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild index c4a8581f41c..7ae476a02cc 100644 --- a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild +++ b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,10 +17,10 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" - dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] " DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +PDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]" # tests need extra files not distributed