Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/pyfa/
Date: Fri, 14 Feb 2020 16:29:37
Message-Id: 1581697602.629e2a2813a281750146eb715a8c735244e2db57.juippis@gentoo
1 commit: 629e2a2813a281750146eb715a8c735244e2db57
2 Author: Andreas Zuber <zuber <AT> puzzle <DOT> ch>
3 AuthorDate: Tue Feb 11 16:59:40 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 14 16:26:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629e2a28
7
8 games-util/pyfa: update deps in live ebuild
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>
12 Closes: https://github.com/gentoo/gentoo/pull/14627
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 games-util/pyfa/pyfa-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/games-util/pyfa/pyfa-9999.ebuild b/games-util/pyfa/pyfa-9999.ebuild
19 index 5c6b262d499..145ca005c0d 100644
20 --- a/games-util/pyfa/pyfa-9999.ebuild
21 +++ b/games-util/pyfa/pyfa-9999.ebuild
22 @@ -41,7 +41,7 @@ RDEPEND="${DEPEND}
23 dev-python/python-dateutil[${PYTHON_MULTI_USEDEP}]
24 >=dev-python/requests-2.0.0[${PYTHON_MULTI_USEDEP}]
25 >=dev-python/roman-2.0.0[${PYTHON_MULTI_USEDEP}]
26 - >=dev-python/matplotlib-2.0.0[wxwidgets,${PYTHON_MULTI_USEDEP}]
27 + >=dev-python/matplotlib-3.1.2[wxwidgets,${PYTHON_MULTI_USEDEP}]
28 dev-python/numpy[${PYTHON_MULTI_USEDEP}]
29 ')"
30 BDEPEND="app-arch/zip"