diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-12-27 12:00:01 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-12-27 12:00:01 +0100 |
commit | 4aa0c93ae09d70c8967cd0388461dc8f8a499065 (patch) | |
tree | d9ea200b25e276318889fc64e9edef711107cf8a /games-puzzle | |
parent | games-puzzle/pathological: Add py3.8 (with new pygame py3-only) (diff) | |
download | gentoo-4aa0c93ae09d70c8967cd0388461dc8f8a499065.tar.gz gentoo-4aa0c93ae09d70c8967cd0388461dc8f8a499065.tar.bz2 gentoo-4aa0c93ae09d70c8967cd0388461dc8f8a499065.zip |
games-puzzle/monsterz: 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-puzzle')
-rw-r--r-- | games-puzzle/monsterz/monsterz-0.7.1_p11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-puzzle/monsterz/monsterz-0.7.1_p11.ebuild b/games-puzzle/monsterz/monsterz-0.7.1_p11.ebuild index dd8928ebd33e..87cecf30833e 100644 --- a/games-puzzle/monsterz/monsterz-0.7.1_p11.ebuild +++ b/games-puzzle/monsterz/monsterz-0.7.1_p11.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 python-r1 |