commit:     9228cf0d09648d466f401b41f82fe8bc5a1f3197
Author:     Andreas Zuber <zuber <AT> puzzle <DOT> ch>
AuthorDate: Mon Dec 16 13:17:06 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 16:32:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9228cf0d

games-util/pyfa: update live ebuild

Remove graph useflag as it was no longer used

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Andreas Zuber <zuber <AT> puzzle.ch>
Closes: https://github.com/gentoo/gentoo/pull/13933
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 games-util/pyfa/pyfa-9999.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/games-util/pyfa/pyfa-9999.ebuild b/games-util/pyfa/pyfa-9999.ebuild
index e3c4bc18650..68be8d9f02c 100644
--- a/games-util/pyfa/pyfa-9999.ebuild
+++ b/games-util/pyfa/pyfa-9999.ebuild
@@ -20,7 +20,7 @@ else
        KEYWORDS="~amd64 ~x86"
        S=${WORKDIR}/Pyfa-${PV}
 fi
-IUSE="+graph"
+IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="mirror bindist"
 
@@ -29,7 +29,8 @@ DEPEND="
        >=dev-python/logbook-1.0.0[${PYTHON_USEDEP}]
        >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
        >=dev-python/sqlalchemy-1.3.0[${PYTHON_USEDEP}]
-       >=dev-python/wxpython-4.0.4[webkit,${PYTHON_USEDEP}]"
+       >=dev-python/wxpython-4.0.4[webkit,${PYTHON_USEDEP}]
+       ${PYTHON_DEPS}"
 RDEPEND="${DEPEND}
        >=dev-python/beautifulsoup-4.6.0[${PYTHON_USEDEP}]
        >=dev-python/markdown2-2.3.0[${PYTHON_USEDEP}]
@@ -37,10 +38,8 @@ RDEPEND="${DEPEND}
        dev-python/python-dateutil[${PYTHON_USEDEP}]
        >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
        >=dev-python/roman-2.0.0[${PYTHON_USEDEP}]
-       graph? (
-               >=dev-python/matplotlib-2.0.0[wxwidgets,${PYTHON_USEDEP}]
-               dev-python/numpy[${PYTHON_USEDEP}] )
-       ${PYTHON_DEPS}"
+       >=dev-python/matplotlib-2.0.0[wxwidgets,${PYTHON_USEDEP}]
+       dev-python/numpy[${PYTHON_USEDEP}]"
 BDEPEND="app-arch/zip"
 
 PATCHES=(

Reply via email to