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 5E932138351 for ; Fri, 14 Feb 2020 16:29:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E33BE07FA; Fri, 14 Feb 2020 16:29:36 +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 D903DE07F6 for ; Fri, 14 Feb 2020 16:29:35 +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 A1C2334EDA3 for ; Fri, 14 Feb 2020 16:29:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12D9B13B for ; Fri, 14 Feb 2020 16:29:32 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1581697602.629e2a2813a281750146eb715a8c735244e2db57.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/pyfa/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/pyfa/pyfa-9999.ebuild X-VCS-Directories: games-util/pyfa/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 629e2a2813a281750146eb715a8c735244e2db57 X-VCS-Branch: master Date: Fri, 14 Feb 2020 16:29:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb1fb02b-bce7-4dc9-96bb-309754af0fe2 X-Archives-Hash: 60ca0df5992474e664c25408c46c1c6f commit: 629e2a2813a281750146eb715a8c735244e2db57 Author: Andreas Zuber puzzle ch> AuthorDate: Tue Feb 11 16:59:40 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Feb 14 16:26:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629e2a28 games-util/pyfa: update deps in live ebuild Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Zuber gmx.ch> Closes: https://github.com/gentoo/gentoo/pull/14627 Signed-off-by: Joonas Niilola gentoo.org> games-util/pyfa/pyfa-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-util/pyfa/pyfa-9999.ebuild b/games-util/pyfa/pyfa-9999.ebuild index 5c6b262d499..145ca005c0d 100644 --- a/games-util/pyfa/pyfa-9999.ebuild +++ b/games-util/pyfa/pyfa-9999.ebuild @@ -41,7 +41,7 @@ RDEPEND="${DEPEND} dev-python/python-dateutil[${PYTHON_MULTI_USEDEP}] >=dev-python/requests-2.0.0[${PYTHON_MULTI_USEDEP}] >=dev-python/roman-2.0.0[${PYTHON_MULTI_USEDEP}] - >=dev-python/matplotlib-2.0.0[wxwidgets,${PYTHON_MULTI_USEDEP}] + >=dev-python/matplotlib-3.1.2[wxwidgets,${PYTHON_MULTI_USEDEP}] dev-python/numpy[${PYTHON_MULTI_USEDEP}] ')" BDEPEND="app-arch/zip"