diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 07:18:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 07:21:48 +0000 |
commit | 8a89e673b5c370baf2c726265812d77a8e1ba316 (patch) | |
tree | c25a9063fbc4adae58e83d64c39acda1f983f8cf /games-arcade/batrachians | |
parent | games-arcade/briquolo: port to EAPI 7, games.eclass-- (diff) | |
download | gentoo-8a89e673b5c370baf2c726265812d77a8e1ba316.tar.gz gentoo-8a89e673b5c370baf2c726265812d77a8e1ba316.tar.bz2 gentoo-8a89e673b5c370baf2c726265812d77a8e1ba316.zip |
games-arcade/batrachians: EAPI 7, autotools--, missing deps
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade/batrachians')
-rw-r--r-- | games-arcade/batrachians/batrachians-0.1.6-r1.ebuild | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/games-arcade/batrachians/batrachians-0.1.6-r1.ebuild b/games-arcade/batrachians/batrachians-0.1.6-r1.ebuild index c3da891efd81..3f26d0405bfe 100644 --- a/games-arcade/batrachians/batrachians-0.1.6-r1.ebuild +++ b/games-arcade/batrachians/batrachians-0.1.6-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -GNOME2_EAUTORECONF="yes" +EAPI=7 -inherit autotools gnome2 +GNOME2_EAUTORECONF="yes" +inherit gnome2 DESCRIPTION="A fly-eating frog video game" HOMEPAGE="https://perso.b2b2c.ca/~sarrazip/dev/batrachians.html" @@ -13,12 +13,15 @@ SRC_URI="https://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND=">=dev-games/flatzebra-0.1.5" -DEPEND="${RDEPEND} - virtual/pkgconfig +RDEPEND=" + >=dev-games/flatzebra-0.1.5 + media-libs/libsdl + media-libs/sdl-image + media-libs/sdl-mixer " +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) |