Skip to content

Commit

Permalink
games-simulation/singularity: add missing media-libs/sdl-mixer dep
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/731702
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 25, 2021
1 parent dc21c8e commit e70c211
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions games-simulation/singularity/singularity-1.0_alpha1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ DEPEND="
dev-python/polib[${PYTHON_MULTI_USEDEP}]
')
"
# sdl-mixer is used at runtime (through pygame)
# bug #731702
RDEPEND="
${RDEPEND}
media-libs/sdl-mixer[vorbis,wav]
!sys-cluster/singularity
"
BDEPEND="app-arch/unzip"
Expand Down

0 comments on commit e70c211

Please sign in to comment.