diff options
author | 2019-12-27 12:01:16 +0100 | |
---|---|---|
committer | 2019-12-27 12:01:16 +0100 | |
commit | b305d1b88ab5dd2842509de3790d79e688868c99 (patch) | |
tree | 3d3e6932830217d053f2be8dfc3b3cb43dbd48b0 /games-arcade | |
parent | games-arcade/solarwolf: Add py3.8 (with new pygame py3-only) (diff) | |
download | gentoo-b305d1b88ab5dd2842509de3790d79e688868c99.tar.gz gentoo-b305d1b88ab5dd2842509de3790d79e688868c99.tar.bz2 gentoo-b305d1b88ab5dd2842509de3790d79e688868c99.zip |
games-arcade/funnyboat: 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-arcade')
-rw-r--r-- | games-arcade/funnyboat/funnyboat-1.5_p11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild index 5a680533df9d..39266cdc5900 100644 --- a/games-arcade/funnyboat/funnyboat-1.5_p11.ebuild +++ b/games-arcade/funnyboat/funnyboat-1.5_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 eutils gnome2-utils python-single-r1 xdg |