commit:     e7bf30a702637345667c47b7dd88284f24b767bd
Author:     Evgeny Grin <k2k <AT> narod <DOT> ru>
AuthorDate: Sun Feb  7 17:27:21 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 14:43:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7bf30a7

media-tv/kodi: fixed bzip2 dependency

bzip2 is used only if internal ffmpeg is built

Signed-off-by: Evgeny Grin <k2k <AT> narod.ru>
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 media-tv/kodi/kodi-9999.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild
index 49935775986..9af269228fb 100644
--- a/media-tv/kodi/kodi-9999.ebuild
+++ b/media-tv/kodi/kodi-9999.ebuild
@@ -106,7 +106,10 @@ COMMON_DEPEND="${PYTHON_DEPS}
                libressl? ( media-video/ffmpeg[libressl,-openssl] )
                !libressl? ( media-video/ffmpeg[-libressl,openssl] )
        )
-       !system-ffmpeg? ( dav1d? ( media-libs/dav1d ) )
+       !system-ffmpeg? (
+               app-arch/bzip2
+               dav1d? ( media-libs/dav1d ) 
+       )
        mysql? ( dev-db/mysql-connector-c:= )
        mariadb? ( dev-db/mariadb-connector-c:= )
        >=net-misc/curl-7.68.0[http2]
@@ -164,7 +167,6 @@ RDEPEND="${COMMON_DEPEND}
        upower? ( sys-power/upower )
 "
 DEPEND="${COMMON_DEPEND}
-       app-arch/bzip2
        app-arch/xz-utils
        dev-lang/swig
        dev-libs/crossguid

Reply via email to