commit:     85964ce4f83434c6a6422878947732c0a11c29a0
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Thu Apr 27 19:57:37 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May  4 16:27:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85964ce4

media-video/mpv: adjust libsdl2 dependency in 9999

Having X or wayland USE requirements for libsdl2 is pointless.
If you can enable X or wayland USE for mpv, you don't need sdl.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/mpv/mpv-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 8c48163f3a7..5ef99916879 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -95,7 +95,7 @@ COMMON_DEPEND="
        )
        rubberband? ( >=media-libs/rubberband-1.8.0 )
        samba? ( net-fs/samba[smbclient(+)] )
-       sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] )
+       sdl? ( media-libs/libsdl2[sound,threads,video] )
        v4l? ( media-libs/libv4l )
        vaapi? ( >=x11-libs/libva-1.4.0[drm?,X?,wayland?] )
        vdpau? ( >=x11-libs/libvdpau-0.2 )

Reply via email to