diff options
Diffstat (limited to 'games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild')
-rw-r--r-- | games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild index 057cd72f6914..1001874ec143 100644 --- a/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild +++ b/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit desktop python-single-r1 wrapper DESCRIPTION="Side scrolling shooter game starring a steamboat on the sea" HOMEPAGE="https://funnyboat.sourceforge.net/" SRC_URI=" - mirror://sourceforge/${PN}/${P/_p*}-src.zip + https://downloads.sourceforge.net/${PN}/${P/_p*}-src.zip mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz" S="${WORKDIR}/${PN}" |