From: Pacho Ramos Date: Fri, 27 Dec 2019 11:01:54 +0000 (+0100) Subject: games-simulation/singularity: Add py3.8 (with new pygame py3-only) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f312c0b80c543325a3c4d6d053158be6ec2bb7de;p=gentoo.git 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 --- 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