Skip to content

Commit

Permalink
games-util/pyfa: update live ebuild
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Zuber <[email protected]>
Closes: gentoo#15552
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
ZeroPointEnergy authored and juippis committed Apr 29, 2020
1 parent bc73707 commit ff3e36f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions games-util/pyfa/pyfa-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
PYTHON_COMPAT=( python3_6 )
PYTHON_REQ_USE="sqlite,threads"

PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_REQ_USE="sqlite"

inherit desktop eutils python-single-r1 xdg-utils

Expand All @@ -18,9 +19,9 @@ if [[ ${PV} = 9999 ]]; then
else
SRC_URI="https://github.com/pyfa-org/Pyfa/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S=${WORKDIR}/Pyfa-${PV}
S="${WORKDIR}/Pyfa-${PV}"
fi
IUSE=""

REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="mirror bindist"

Expand Down Expand Up @@ -49,7 +50,7 @@ BDEPEND="app-arch/zip"
PATCHES=(
# fix import path in the main script for systemwide installation
"${FILESDIR}/${PN}-2.9.3-import-pyfa.patch"
)
)

src_prepare() {
# get rid of CRLF line endings introduced in 1.1.10 so patches work
Expand Down

0 comments on commit ff3e36f

Please sign in to comment.