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: Wed, 29 Apr 2020 10:16:04
Message-Id: 1588155343.ff3e36fdc2d872ce44233f965a73c31981e7ded6.juippis@gentoo
1 commit: ff3e36fdc2d872ce44233f965a73c31981e7ded6
2 Author: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
3 AuthorDate: Tue Apr 28 08:01:55 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 10:15:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3e36fd
7
8 games-util/pyfa: update live ebuild
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>
12 Closes: https://github.com/gentoo/gentoo/pull/15552
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 games-util/pyfa/pyfa-9999.ebuild | 11 ++++++-----
16 1 file changed, 6 insertions(+), 5 deletions(-)
17
18 diff --git a/games-util/pyfa/pyfa-9999.ebuild b/games-util/pyfa/pyfa-9999.ebuild
19 index 145ca005c0d..254447e150c 100644
20 --- a/games-util/pyfa/pyfa-9999.ebuild
21 +++ b/games-util/pyfa/pyfa-9999.ebuild
22 @@ -2,8 +2,9 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 -PYTHON_COMPAT=( python3_6 )
27 -PYTHON_REQ_USE="sqlite,threads"
28 +
29 +PYTHON_COMPAT=( python3_{6,7,8} )
30 +PYTHON_REQ_USE="sqlite"
31
32 inherit desktop eutils python-single-r1 xdg-utils
33
34 @@ -18,9 +19,9 @@ if [[ ${PV} = 9999 ]]; then
35 else
36 SRC_URI="https://github.com/pyfa-org/Pyfa/archive/v${PV}.tar.gz -> ${P}.tar.gz"
37 KEYWORDS="~amd64 ~x86"
38 - S=${WORKDIR}/Pyfa-${PV}
39 + S="${WORKDIR}/Pyfa-${PV}"
40 fi
41 -IUSE=""
42 +
43 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
44 RESTRICT="mirror bindist"
45
46 @@ -49,7 +50,7 @@ BDEPEND="app-arch/zip"
47 PATCHES=(
48 # fix import path in the main script for systemwide installation
49 "${FILESDIR}/${PN}-2.9.3-import-pyfa.patch"
50 - )
51 +)
52
53 src_prepare() {
54 # get rid of CRLF line endings introduced in 1.1.10 so patches work