summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 12:28:06 +0100
committerSam James <sam@gentoo.org>2021-04-02 14:00:12 +0000
commit8886b88c654306ce0afe166a120c62a649ee48cf (patch)
tree235b504833e1f39a9f20d0db025fd0a1cb6cc9d9 /games-arcade
parentapp-i18n/bidiv: fix DEPEND typo (diff)
downloadgentoo-8886b88c654306ce0afe166a120c62a649ee48cf.tar.gz
gentoo-8886b88c654306ce0afe166a120c62a649ee48cf.tar.bz2
gentoo-8886b88c654306ce0afe166a120c62a649ee48cf.zip
games-arcade/funnyboat: fix DEPEND typo, eutils--, wrapper++
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild
index 11596a189feb..3e2caaf00f5c 100644
--- a/games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild
+++ b/games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-inherit desktop eutils gnome2-utils python-single-r1 xdg
+PYTHON_COMPAT=( python3_{7,8} )
+inherit desktop gnome2-utils python-single-r1 wrapper xdg
DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea"
HOMEPAGE="http://funnyboat.sourceforge.net/"
@@ -16,15 +16,15 @@ SRC_URI="
LICENSE="GPL-2 MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
+ ${PYTHON_DEPS}
$(python_gen_cond_dep '
>=dev-python/pygame-1.6.2[${PYTHON_MULTI_USEDEP}]
')
"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
BDEPEND="app-arch/unzip"
S="${WORKDIR}/${PN}"