commit:     8a89e673b5c370baf2c726265812d77a8e1ba316
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 07:18:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 07:21:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a89e673

games-arcade/batrachians: EAPI 7, autotools--, missing deps

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-arcade/batrachians/batrachians-0.1.6-r1.ebuild | 19 +++++++++++--------
 1 file 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 c3da891efd8..3f26d0405bf 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 )
 

Reply via email to