Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/pathological/
Date: Fri, 27 Dec 2019 11:05:12
Message-Id: 1577444371.69fa6c6c3e206997c8acae08e702dba166302c68.pacho@gentoo
1 commit: 69fa6c6c3e206997c8acae08e702dba166302c68
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 27 10:59:31 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 27 10:59:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69fa6c6c
7
8 games-puzzle/pathological: Add py3.8 (with new pygame py3-only)
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 games-puzzle/pathological/pathological-1.1.3_p16.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/games-puzzle/pathological/pathological-1.1.3_p16.ebuild b/games-puzzle/pathological/pathological-1.1.3_p16.ebuild
17 index e7751b67005..f7d5b90b628 100644
18 --- a/games-puzzle/pathological/pathological-1.1.3_p16.ebuild
19 +++ b/games-puzzle/pathological/pathological-1.1.3_p16.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7,8} )
26
27 inherit desktop python-single-r1