summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-06-20 11:23:28 +0200
committerUlrich Müller <ulm@gentoo.org>2020-06-21 14:35:20 +0200
commit5a9f03995769cfd967bed5fd4f018ca16e6fe430 (patch)
tree6d7b6083ee525795b7f8b1d1781b9c9cf2c09714 /games-board/scid/scid-4.6.2-r1.ebuild
parentwww-client/netsurf: remove old "unused" versions. (diff)
downloadgentoo-5a9f03995769cfd967bed5fd4f018ca16e6fe430.tar.gz
gentoo-5a9f03995769cfd967bed5fd4f018ca16e6fe430.tar.bz2
gentoo-5a9f03995769cfd967bed5fd4f018ca16e6fe430.zip
games-board/scid: Make pgnfix script work with Python 3.
Closes: https://bugs.gentoo.org/728876 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'games-board/scid/scid-4.6.2-r1.ebuild')
-rw-r--r--games-board/scid/scid-4.6.2-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-board/scid/scid-4.6.2-r1.ebuild b/games-board/scid/scid-4.6.2-r1.ebuild
index f31b6be08e89..9a9a52b97b9a 100644
--- a/games-board/scid/scid-4.6.2-r1.ebuild
+++ b/games-board/scid/scid-4.6.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit eutils toolchain-funcs gnome2-utils python-any-r1
DESCRIPTION="a free chess database application"
@@ -38,6 +38,7 @@ src_unpack() {
PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch
+ "${FILESDIR}"/${P}-pgnfix-python3.patch
)
src_prepare() {