diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-03 01:50:57 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-03 01:50:57 +0000 |
| commit | 4599d338d5170749a3a9c0dc59f569408204d0b1 (patch) | |
| tree | 1a5189661064da19a7c4f2a7ce5124c6f606e4ef /games-arcade/funnyboat | |
| parent | 62a4a5b8d15dc3aed5c05aba4479b77c7b341982 (diff) | |
| download | baldeagleos-repo-4599d338d5170749a3a9c0dc59f569408204d0b1.tar.gz baldeagleos-repo-4599d338d5170749a3a9c0dc59f569408204d0b1.tar.xz baldeagleos-repo-4599d338d5170749a3a9c0dc59f569408204d0b1.zip | |
Adding metadata
Diffstat (limited to 'games-arcade/funnyboat')
| -rw-r--r-- | games-arcade/funnyboat/funnyboat-1.5_p11-r1.ebuild | 12 |
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 1e0f150d8071..88e9cd562700 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_{6,7,8,9,10} ) -inherit desktop eutils gnome2-utils python-single-r1 xdg +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +inherit desktop gnome2-utils python-single-r1 wrapper xdg DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea" HOMEPAGE="https://sourceforge.net/projects/funnyboat/" @@ -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}" |
