diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-12-12 23:14:49 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-12-12 23:15:17 -0500 |
commit | 9c31aee54110235efeb70e15857bceb868e22bcd (patch) | |
tree | 0e5c4b5a0b5b36d31ae7c69bae771eeae963af2f /media-tv/kodi | |
parent | www-servers/spawn-fcgi: drop old EAPI (diff) | |
download | gentoo-9c31aee54110235efeb70e15857bceb868e22bcd.tar.gz gentoo-9c31aee54110235efeb70e15857bceb868e22bcd.tar.bz2 gentoo-9c31aee54110235efeb70e15857bceb868e22bcd.zip |
media-tv/kodi: Remove patch from -9999 as upstream now includes it
See https://github.com/xbmc/xbmc/pull/17000
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/kodi')
-rw-r--r-- | media-tv/kodi/kodi-9999.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 30fee14a9351..5e312203b55c 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -15,9 +15,6 @@ 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 EGIT_REPO_URI="https://github.com/xbmc/xbmc.git" inherit git-r3 |