diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-12-10 21:05:26 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-12-10 21:05:51 -0500 |
commit | d14e8d6688ca9ed702bece312b95d1fc172d22e8 (patch) | |
tree | d3f2ea5c8c5361d1ae02c8ebed2d845c9fae81e5 /media-tv | |
parent | net-dns/dnscrypt-proxy: drop 2.0.19 (diff) | |
download | gentoo-d14e8d6688ca9ed702bece312b95d1fc172d22e8.tar.gz gentoo-d14e8d6688ca9ed702bece312b95d1fc172d22e8.tar.bz2 gentoo-d14e8d6688ca9ed702bece312b95d1fc172d22e8.zip |
media-tv/kodi: Fix compiling with >=dev-libs/libfmt-6.1.0
Bug: https://bugs.gentoo.org/702104
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/kodi/kodi-18.4.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media-tv/kodi/kodi-18.4.ebuild b/media-tv/kodi/kodi-18.4.ebuild index e8bf3f3479d4..d0bde5b7f3d5 100644 --- a/media-tv/kodi/kodi-18.4.ebuild +++ b/media-tv/kodi/kodi-18.4.ebuild @@ -14,6 +14,9 @@ SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_VERSION}.tar.gz - https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_VERSION}.tar.gz -> libdvdread-${LIBDVDREAD_VERSION}.tar.gz https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_VERSION}.tar.gz -> libdvdnav-${LIBDVDNAV_VERSION}.tar.gz !system-ffmpeg? ( https://github.com/xbmc/FFmpeg/archive/${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz -> ffmpeg-${PN}-${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz )" +PATCHES=( + "${FILESDIR}/${PN}-18.5-cassert.patch" +) if [[ ${PV} == *9999 ]] ; then PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) |