commit:     d52a230146e98ad71ecdc44cccd858b819aefcd9
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sat Jan  9 20:18:52 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 01:59:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52a2301

media-video/mpv: remove erroneous '.0' from ffmpeg dependency version

ffmpeg major releases don't have a '.0' minor suffix.

Further, =media-video/ffmpeg-2.4 was never present in the tree.
The first ffmpeg release from 2.4-series in the tree was 2.4.1.

Therefore it's safe to drop the erroneous '.0' minor suffix from
the ffmpeg dependency version without a revbump.

Package-Manager: portage-2.2.26

 media-video/mpv/mpv-0.14.0-r1.ebuild | 2 +-
 media-video/mpv/mpv-9999.ebuild      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mpv/mpv-0.14.0-r1.ebuild 
b/media-video/mpv/mpv-0.14.0-r1.ebuild
index fedc2a4..d4c2028 100644
--- a/media-video/mpv/mpv-0.14.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.14.0-r1.ebuild
@@ -56,7 +56,7 @@ REQUIRED_USE="
 "
 
 COMMON_DEPEND="
-       !libav? ( >=media-video/ffmpeg-2.4.0:0=[encode?,threads,vaapi?,vdpau?] )
+       !libav? ( >=media-video/ffmpeg-2.4:0=[encode?,threads,vaapi?,vdpau?] )
        libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] )
        sys-libs/zlib
        alsa? ( >=media-libs/alsa-lib-1.0.18 )

diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 236fa9e..a776c14 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -56,7 +56,7 @@ REQUIRED_USE="
 "
 
 COMMON_DEPEND="
-       !libav? ( >=media-video/ffmpeg-2.4.0:0=[encode?,threads,vaapi?,vdpau?] )
+       !libav? ( >=media-video/ffmpeg-2.4:0=[encode?,threads,vaapi?,vdpau?] )
        libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] )
        sys-libs/zlib
        alsa? ( >=media-libs/alsa-lib-1.0.18 )

Reply via email to