diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-12-27 12:01:54 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-12-27 12:01:54 +0100 |
commit | f312c0b80c543325a3c4d6d053158be6ec2bb7de (patch) | |
tree | 793def54cdaac588d88639c002f058d3aac80d8e /games-simulation/singularity | |
parent | app-office/impressive: Add py3.8 (with new pygame py3-only) (diff) | |
download | gentoo-f312c0b80c543325a3c4d6d053158be6ec2bb7de.tar.gz gentoo-f312c0b80c543325a3c4d6d053158be6ec2bb7de.tar.bz2 gentoo-f312c0b80c543325a3c4d6d053158be6ec2bb7de.zip |
games-simulation/singularity: Add py3.8 (with new pygame py3-only)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-simulation/singularity')
-rw-r--r-- | games-simulation/singularity/singularity-1.0_alpha1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-simulation/singularity/singularity-1.0_alpha1.ebuild b/games-simulation/singularity/singularity-1.0_alpha1.ebuild index 5d2e8e29eb0d..d54f147ac48d 100644 --- a/games-simulation/singularity/singularity-1.0_alpha1.ebuild +++ b/games-simulation/singularity/singularity-1.0_alpha1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit desktop eutils python-single-r1 |