From: Ilya Tumaykin Date: Sat, 28 Jan 2017 16:28:45 +0000 (+0300) Subject: media-video/mpv: require only virtual/opengl for raspberry-pi in 9999 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=787764f4a5f92b4dd38c3f1941e51147ff7635ca;p=gentoo.git media-video/mpv: require only virtual/opengl for raspberry-pi in 9999 Both libEGL and libGLESv2 from mesa are not only unnecessary, but can even cause issues if picked instead of libs from raspberrypi-userland. At runtime we have environment set up correctly by raspberrypi-userland. At build time correct libs are enforced by the next commit. We still need GL/gl.h header provided by virtual/opengl though. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3718 --- diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 01279532d659..8e33c3e35e4a 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -93,7 +93,7 @@ COMMON_DEPEND=" pulseaudio? ( media-sound/pulseaudio ) raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 - media-libs/mesa[egl,gles2] + virtual/opengl ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba[smbclient(+)] )