commit:     e2489afbec914a55af434e8391adc9c1c6c0aaa2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 12:45:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 12:46:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2489afb

games-action/supermariowar: add missing libsdl[joystick] dependency

Closes: https://bugs.gentoo.org/809071
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...mariowar-2.0_beta1-r1.ebuild => supermariowar-2.0_beta1-r2.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild 
b/games-action/supermariowar/supermariowar-2.0_beta1-r2.ebuild
similarity index 98%
rename from games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
rename to games-action/supermariowar/supermariowar-2.0_beta1-r2.ebuild
index a4231229bbf..ecd97a15b8e 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1-r2.ebuild
@@ -12,6 +12,7 @@ MY_PN="smw"
 DESCRIPTION="Fan-made multiplayer Super Mario Bros. style deathmatch game"
 HOMEPAGE="https://github.com/mmatyas/supermariowar";
 SRC_URI="https://github.com/mmatyas/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -20,6 +21,7 @@ IUSE="server"
 
 RDEPEND="
        dev-cpp/yaml-cpp
+       media-libs/libsdl[joystick]
        media-libs/sdl-mixer[vorbis]
        media-libs/sdl-image[png,jpeg]
        net-libs/enet:1.3=
@@ -31,8 +33,6 @@ BDEPEND="
        virtual/pkgconfig
 "
 
-S="${WORKDIR}/${PN}-${MY_PV}"
-
 PATCHES=( "${FILESDIR}"/${P}-cmake-add_library-static.patch )
 
 src_unpack() {

Reply via email to