diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-22 20:22:33 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-28 15:47:15 +0300 |
commit | 68e9d1b0bed5555301729d281f00b1bf6f5d564b (patch) | |
tree | aeb16fd83634604fd45d6cd3736ff35b78fe20cd /media-video | |
parent | media-video/mpv: clarify USE descriptions in metadata (diff) | |
download | gentoo-68e9d1b0bed5555301729d281f00b1bf6f5d564b.tar.gz gentoo-68e9d1b0bed5555301729d281f00b1bf6f5d564b.tar.bz2 gentoo-68e9d1b0bed5555301729d281f00b1bf6f5d564b.zip |
media-video/mpv: adjust required libdvread version from 4.1.3 to 4.1.0
The first libdvdread-4.x version that entered the tree was 4.1.3, so
from the Portage point of view this is ditto. However, mpv configure
script requires libdvdread '>=4.1.0'. Unless someone wants to include
this lengthy explanation why these two versions mismatch in the ebuild,
adjust libdvdread version in dependency.
Package-Manager: portage-2.2.24
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index bee13f2886a0..46cb54d02e11 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -63,7 +63,7 @@ COMMON_DEPEND=" dvb? ( virtual/linuxtv-dvb-headers ) dvd? ( >=media-libs/libdvdnav-4.2.0 - >=media-libs/libdvdread-4.1.3 + >=media-libs/libdvdread-4.1.0 ) egl? ( media-libs/mesa[egl,wayland(-)?] ) enca? ( app-i18n/enca ) |