Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/
Date: Sun, 01 Mar 2020 15:00:44
Message-Id: 1583074833.5adb1298da88395ac70bd60257a5218d5741f377.candrews@gentoo
1 commit: 5adb1298da88395ac70bd60257a5218d5741f377
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 14:59:41 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 15:00:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5adb1298
7
8 media-tv/kodi: Fix patch reference
9
10 Closes: https://bugs.gentoo.org/711150
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13
14 media-tv/kodi/kodi-18.6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-tv/kodi/kodi-18.6.ebuild b/media-tv/kodi/kodi-18.6.ebuild
18 index 9b455201ee3..415eac36df3 100644
19 --- a/media-tv/kodi/kodi-18.6.ebuild
20 +++ b/media-tv/kodi/kodi-18.6.ebuild
21 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_VERSION}.tar.gz -
22 https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_VERSION}.tar.gz -> libdvdnav-${LIBDVDNAV_VERSION}.tar.gz
23 !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 )"
24 PATCHES=(
25 - "${FILESDIR}/${P}-cassert.patch"
26 + "${FILESDIR}/${PN}-18.5-cassert.patch"
27 )
28
29 if [[ ${PV} == *9999 ]] ; then