diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-12-27 11:59:31 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-12-27 11:59:31 +0100 |
commit | 69fa6c6c3e206997c8acae08e702dba166302c68 (patch) | |
tree | f27c5e2677556d7f1674488def2140b20fe80b9e /games-puzzle | |
parent | dev-python/pygame: Support python 3.8, drop python2 support (diff) | |
download | gentoo-69fa6c6c3e206997c8acae08e702dba166302c68.tar.gz gentoo-69fa6c6c3e206997c8acae08e702dba166302c68.tar.bz2 gentoo-69fa6c6c3e206997c8acae08e702dba166302c68.zip |
games-puzzle/pathological: 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/pathological/pathological-1.1.3_p16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-puzzle/pathological/pathological-1.1.3_p16.ebuild b/games-puzzle/pathological/pathological-1.1.3_p16.ebuild index e7751b67005f..f7d5b90b6286 100644 --- a/games-puzzle/pathological/pathological-1.1.3_p16.ebuild +++ b/games-puzzle/pathological/pathological-1.1.3_p16.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-single-r1 |