diff options
author | Sam James <sam@gentoo.org> | 2021-08-19 13:45:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-19 13:46:04 +0100 |
commit | e2489afbec914a55af434e8391adc9c1c6c0aaa2 (patch) | |
tree | ccdcca179323b152e0c9d58aedcdccba876e508b /games-action | |
parent | sci-biology/bioperl-db: Drop 1.6.9 (r0), EAPI5-- (diff) | |
download | gentoo-e2489afbec914a55af434e8391adc9c1c6c0aaa2.tar.gz gentoo-e2489afbec914a55af434e8391adc9c1c6c0aaa2.tar.bz2 gentoo-e2489afbec914a55af434e8391adc9c1c6c0aaa2.zip |
games-action/supermariowar: add missing libsdl[joystick] dependency
Closes: https://bugs.gentoo.org/809071
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/supermariowar/supermariowar-2.0_beta1-r2.ebuild (renamed from games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild) | 4 |
1 files 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 index a4231229bbf3..ecd97a15b8e4 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() { |