diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-03-10 19:58:53 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-03-10 19:58:53 +0000 |
commit | 37f675111d7c406978fca283d5916b0b9da4f813 (patch) | |
tree | 68dc66f0ab87b6a011e197085e9c65baa2896536 /games-action/abuse | |
parent | dev-python/lit: Drop <4 (diff) | |
download | gentoo-37f675111d7c406978fca283d5916b0b9da4f813.tar.gz gentoo-37f675111d7c406978fca283d5916b0b9da4f813.tar.bz2 gentoo-37f675111d7c406978fca283d5916b0b9da4f813.zip |
games-action/abuse: Require sdl2-mixer with the midi and wav flags
Closes: https://github.com/Xenoveritas/abuse/issues/7
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-action/abuse')
-rw-r--r-- | games-action/abuse/abuse-0.9_p20181213-r1.ebuild (renamed from games-action/abuse/abuse-0.9_p20181213.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/abuse/abuse-0.9_p20181213.ebuild b/games-action/abuse/abuse-0.9_p20181213-r1.ebuild index 5feb6d8953b0..5117d81dff90 100644 --- a/games-action/abuse/abuse-0.9_p20181213.ebuild +++ b/games-action/abuse/abuse-0.9_p20181213-r1.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND=">=media-libs/libsdl2-2.0.3[sound,video] - media-libs/sdl2-mixer" + media-libs/sdl2-mixer[midi,wav]" RDEPEND="${DEPEND}" |