From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DEA8F138334 for ; Wed, 11 Dec 2019 02:06:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0840FE08D4; Wed, 11 Dec 2019 02:06:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3252E08D4 for ; Wed, 11 Dec 2019 02:06:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C460234D7F9 for ; Wed, 11 Dec 2019 02:06:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12EF78CD for ; Wed, 11 Dec 2019 02:05:59 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1576029951.d14e8d6688ca9ed702bece312b95d1fc172d22e8.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/kodi/kodi-18.4.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: d14e8d6688ca9ed702bece312b95d1fc172d22e8 X-VCS-Branch: master Date: Wed, 11 Dec 2019 02:05:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b2d1906-15ec-493d-9cf9-a945ae17a412 X-Archives-Hash: fe9c1f881991f2c3d6724e0ad28bdbf1 commit: d14e8d6688ca9ed702bece312b95d1fc172d22e8 Author: Craig Andrews gentoo org> AuthorDate: Wed Dec 11 02:05:26 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Wed Dec 11 02:05:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14e8d66 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 gentoo.org> media-tv/kodi/kodi-18.4.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-tv/kodi/kodi-18.4.ebuild b/media-tv/kodi/kodi-18.4.ebuild index e8bf3f3479d..d0bde5b7f3d 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} )