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 4A2E9138334 for ; Wed, 18 Dec 2019 16:33:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52068E0968; Wed, 18 Dec 2019 16:32:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3C070E0968 for ; Wed, 18 Dec 2019 16:32:50 +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 CA40134D9F4 for ; Wed, 18 Dec 2019 16:32:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C523C9AD for ; Wed, 18 Dec 2019 16:32:46 +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: <1576686756.9228cf0d09648d466f401b41f82fe8bc5a1f3197.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: 9228cf0d09648d466f401b41f82fe8bc5a1f3197 X-VCS-Branch: master Date: Wed, 18 Dec 2019 16:32:46 +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: 3f361542-85f0-4e65-aa9e-5f1fdc4d17b1 X-Archives-Hash: 9d381a7608ae1ab347eaca901895c7a3 commit: 9228cf0d09648d466f401b41f82fe8bc5a1f3197 Author: Andreas Zuber puzzle ch> AuthorDate: Mon Dec 16 13:17:06 2019 +0000 Commit: Joonas Niilola gentoo 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 puzzle.ch> Closes: https://github.com/gentoo/gentoo/pull/13933 Signed-off-by: Joonas Niilola 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=(