diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-11-13 14:15:08 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-11-13 19:44:11 -0500 |
commit | b7e9c2309a33126580a3d1de138cf477b22fd8a1 (patch) | |
tree | e46ba4d1317b907b5fbee98bbd3010b024723a22 /games-arcade | |
parent | media-libs/libplacebo: disable useless demos (see comment in ebuild) (diff) | |
download | gentoo-b7e9c2309a33126580a3d1de138cf477b22fd8a1.tar.gz gentoo-b7e9c2309a33126580a3d1de138cf477b22fd8a1.tar.bz2 gentoo-b7e9c2309a33126580a3d1de138cf477b22fd8a1.zip |
games-arcade/funnyboat: EAPI7->8, enable py3.10
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild index a0c6232d07c0..ee9eaef87508 100644 --- a/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild +++ b/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit desktop python-single-r1 wrapper DESCRIPTION="Side scrolling shooter game starring a steamboat on the sea" |