From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 192AA13829C for ; Wed, 1 Jun 2016 04:36:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68BFF234006; Wed, 1 Jun 2016 04:36:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A411234006 for ; Wed, 1 Jun 2016 04:36:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03A52340BB4 for ; Wed, 1 Jun 2016 04:36:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B78C970 for ; Wed, 1 Jun 2016 04:36:01 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1464755733.f6c087ce7bf802d2f8674abcf98ea0cb905b76d5.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/kodi/kodi-9999.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: f6c087ce7bf802d2f8674abcf98ea0cb905b76d5 X-VCS-Branch: master Date: Wed, 1 Jun 2016 04:36:01 +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-Archives-Salt: ec3138ea-1bbf-4797-b48f-e21989c49171 X-Archives-Hash: dfcddf0dc6d18b250667647e3ca921eb commit: f6c087ce7bf802d2f8674abcf98ea0cb905b76d5 Author: hal gmx net> AuthorDate: Wed Jun 1 04:35:33 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Jun 1 04:35:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c087ce media-tv/kodi: update OS X font paths #583460 media-tv/kodi/kodi-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 1b82fbd..7d2d6d8 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -245,10 +245,10 @@ src_install() { domenu tools/Linux/kodi.desktop newicon media/icon48x48.png kodi.png - # Remove fonconfig settings that are used only on MacOSX. + # Remove fontconfig settings that are used only on MacOSX. # Can't be patched upstream because they just find all files and install # them into same structure like they have in git. - rm -rf "${ED}"/usr/share/kodi/system/players/dvdplayer/etc + rm -rf "${ED}"/usr/share/kodi/system/players # Replace bundled fonts with system ones. rm "${ED}"/usr/share/kodi/addons/skin.confluence/fonts/Roboto-* || die