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-simulation/singularity/
Date: Fri, 27 Dec 2019 11:05:14
Message-Id: 1577444514.f312c0b80c543325a3c4d6d053158be6ec2bb7de.pacho@gentoo
1 commit: f312c0b80c543325a3c4d6d053158be6ec2bb7de
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 27 11:01:54 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 27 11:01:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f312c0b8
7
8 games-simulation/singularity: 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-simulation/singularity/singularity-1.0_alpha1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/games-simulation/singularity/singularity-1.0_alpha1.ebuild b/games-simulation/singularity/singularity-1.0_alpha1.ebuild
17 index 5d2e8e29eb0..d54f147ac48 100644
18 --- a/games-simulation/singularity/singularity-1.0_alpha1.ebuild
19 +++ b/games-simulation/singularity/singularity-1.0_alpha1.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 eutils python-single-r1