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 E7EE11382C5 for ; Sat, 10 Mar 2018 07:44:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02F17E0833; Sat, 10 Mar 2018 07:44:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D4FFCE0833 for ; Sat, 10 Mar 2018 07:44:08 +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 40563335C2A for ; Sat, 10 Mar 2018 07:44:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 406FC240 for ; Sat, 10 Mar 2018 07:44:05 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1520667800.faa872944f234b7730c328dcaef94d726865dc43.grozin@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.2.0.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: faa872944f234b7730c328dcaef94d726865dc43 X-VCS-Branch: master Date: Sat, 10 Mar 2018 07:44:05 +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: ee78d1bc-4503-46b8-8495-547d30967d56 X-Archives-Hash: 43288ad647ab531cbd7855d446f74b16 commit: faa872944f234b7730c328dcaef94d726865dc43 Author: Andrey Grozin gentoo org> AuthorDate: Sat Mar 10 07:43:20 2018 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Sat Mar 10 07:43:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa87294 dev-python/matplotlib: restrict kiwisolve to >=1.0.0 Closes: https://bugs.gentoo.org/649998 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/matplotlib/matplotlib-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/matplotlib/matplotlib-2.2.0.ebuild b/dev-python/matplotlib/matplotlib-2.2.0.ebuild index ac5be72c5fe..07e3558e5ce 100644 --- a/dev-python/matplotlib/matplotlib-2.2.0.ebuild +++ b/dev-python/matplotlib/matplotlib-2.2.0.ebuild @@ -48,7 +48,7 @@ COMMON_DEPEND=" media-libs/freetype:2 media-libs/libpng:0 >=media-libs/qhull-2013 - dev-python/kiwisolver[${PYTHON_USEDEP}] + >=dev-python/kiwisolver-1.0.0[${PYTHON_USEDEP}] cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] ) gtk2? ( dev-libs/glib:2=