Revert "media-tv/kodi: Tweak ffmpeg dep to mark only 3.4 as broken with Kodi."
authorAlexis Ballier <aballier@gentoo.org>
Fri, 19 Jan 2018 11:06:06 +0000 (12:06 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Fri, 19 Jan 2018 11:06:06 +0000 (12:06 +0100)
This reverts commit 5c4b195d0e944d418f80a85650a10cbde26ac332.

Bug: https://bugs.gentoo.org/645000

media-tv/kodi/kodi-17.6-r2.ebuild

index 9faa56b3abdb9905136ca531dc23d767bab0f32d..2cabe7ef521d859e010774b4c3d37372b3c55a12 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -73,7 +73,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
        >=media-libs/taglib-1.11.1
        system-ffmpeg? (
                >=media-video/ffmpeg-${FFMPEG_VERSION}:=[encode,openssl,postproc]
-               !~media-video/ffmpeg-3.4
+               <media-video/ffmpeg-3.4
        )
        mysql? ( virtual/mysql )
        >=net-misc/curl-7.51.0