commit:     68e9d1b0bed5555301729d281f00b1bf6f5d564b
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Tue Dec 22 17:22:33 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 12:47:15 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e9d1b0

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

 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 bee13f2..46cb54d 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 )

Reply via email to