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 945AB138350 for ; Fri, 10 Apr 2020 10:30:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF6DCE09CA; Fri, 10 Apr 2020 10:30:28 +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 A35F6E09CA for ; Fri, 10 Apr 2020 10:30:28 +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 98D4134EF83 for ; Fri, 10 Apr 2020 10:30:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B91CE1CE for ; Fri, 10 Apr 2020 10:30:21 +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: <1586514602.8833fd81190992809feb90317e98f3fa22a44800.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-2.19.0.ebuild X-VCS-Directories: games-util/pyfa/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8833fd81190992809feb90317e98f3fa22a44800 X-VCS-Branch: master Date: Fri, 10 Apr 2020 10:30:21 +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: 598cfbc3-f263-4763-8f7c-2be49401136f X-Archives-Hash: a91547955c1eafc57a363e4418b47e95 commit: 8833fd81190992809feb90317e98f3fa22a44800 Author: Joonas Niilola gentoo org> AuthorDate: Fri Apr 10 09:44:41 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Apr 10 10:30:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8833fd81 games-util/pyfa: tidy 2.19.0.ebuild Signed-off-by: Joonas Niilola gentoo.org> games-util/pyfa/pyfa-2.19.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/games-util/pyfa/pyfa-2.19.0.ebuild b/games-util/pyfa/pyfa-2.19.0.ebuild index 145ca005c0d..c1952e88595 100644 --- a/games-util/pyfa/pyfa-2.19.0.ebuild +++ b/games-util/pyfa/pyfa-2.19.0.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" + PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="sqlite,threads" @@ -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" @@ -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