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 B1C741396D0 for ; Sat, 16 Sep 2017 18:50:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D91E91FC136; Sat, 16 Sep 2017 18:50:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BACCB1FC122 for ; Sat, 16 Sep 2017 18:50:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E943A341646 for ; Sat, 16 Sep 2017 18:50:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 041CE9085 for ; Sat, 16 Sep 2017 18:50:05 +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: <1505587776.228a4c8d3c1f45b1a20c5d15c60c574317a3aedc.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-9999.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 228a4c8d3c1f45b1a20c5d15c60c574317a3aedc X-VCS-Branch: master Date: Sat, 16 Sep 2017 18:50:05 +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: aef090a7-b3fb-4d43-8477-7687625df6fb X-Archives-Hash: 971ab7e27ea41f3504df60ebe5d785c4 commit: 228a4c8d3c1f45b1a20c5d15c60c574317a3aedc Author: Craig Andrews gentoo org> AuthorDate: Sat Sep 16 18:39:09 2017 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sat Sep 16 18:49:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228a4c8d media-tv/kodi: Require >=dev-libs/fribidi-0.19.7 See https://github.com/xbmc/xbmc/commit/bd5cae43a4046bd4f9739925d30261cd32c2fd9c Package-Manager: Portage-2.3.8, Repoman-2.3.3 media-tv/kodi/kodi-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 095fa5f05ce..145ddba0bc4 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -51,7 +51,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dbus? ( sys-apps/dbus ) dev-db/sqlite dev-libs/expat - dev-libs/fribidi + >=dev-libs/fribidi-0.19.7 cec? ( >=dev-libs/libcec-4.0 ) dev-libs/libpcre[cxx] >=dev-libs/libxml2-2.9.4