diff options
author | Vadim A. Misbakh-Soloviov <mva@mva.name> | 2013-08-29 06:09:29 +0700 |
---|---|---|
committer | Vadim A. Misbakh-Soloviov <mva@mva.name> | 2013-08-29 06:09:29 +0700 |
commit | eb79d9ed21f592b47c1b49c01c8a4f090374174a (patch) | |
tree | 645b317fb07fdeff74a3d70f9eedb2a88a1d4b6b /games-fps | |
parent | [dev-games/openscenegraph] version bump to 3.2.0 (diff) | |
download | gamerlay-eb79d9ed21f592b47c1b49c01c8a4f090374174a.tar.gz gamerlay-eb79d9ed21f592b47c1b49c01c8a4f090374174a.tar.bz2 gamerlay-eb79d9ed21f592b47c1b49c01c8a4f090374174a.zip |
[media-libs/sdl, games-*] Fix for bug #482850
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/xonotic/xonotic-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/xonotic/xonotic-9999.ebuild b/games-fps/xonotic/xonotic-9999.ebuild index 826433a..7f43629 100644 --- a/games-fps/xonotic/xonotic-9999.ebuild +++ b/games-fps/xonotic/xonotic-9999.ebuild @@ -49,8 +49,8 @@ RDEPEND=" ) sdl? ( ${UIRDEPEND} - !sdl2? ( media-libs/libsdl:0[X,audio,joystick,opengl,video] ) - sdl2? ( media-libs/libsdl:2[X,opengl,video] ) + !sdl2? ( media-libs/libsdl[X,audio,joystick,opengl,video] ) + sdl2? ( media-libs/libsdl2[X,opengl,video] ) ) " DEPEND="${RDEPEND} |