commit: b5f8d06ace565799e165001dbdb6a8b26be56e8e Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Tue Apr 5 18:02:23 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Wed Apr 6 04:39:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f8d06a
media-video/mpv: add missing mesa[egl,gles2] dep for RPI to 9999 Closes: https://github.com/gentoo/gentoo/pull/1201 Package-Manager: portage-2.2.28 Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org> media-video/mpv/mpv-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index d9f3781..05e7631 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -90,7 +90,10 @@ COMMON_DEPEND=" openal? ( >=media-libs/openal-1.13 ) opengl? ( !aqua? ( virtual/opengl ) ) pulseaudio? ( media-sound/pulseaudio ) - raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 ) + raspberry-pi? ( + >=media-libs/raspberrypi-userland-0_pre20160305-r1 + media-libs/mesa[egl,gles2] + ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba ) sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] )
