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 43A5F138334 for ; Mon, 2 Sep 2019 20:43:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36C45E082B; Mon, 2 Sep 2019 20:43:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1EA9AE082B for ; Mon, 2 Sep 2019 20:43:00 +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 145E234AA64 for ; Mon, 2 Sep 2019 20:42:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1405377E for ; Mon, 2 Sep 2019 20:42:56 +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: <1567456968.b584483efed33f3f32c55cbbadbedf157b3a4626.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: b584483efed33f3f32c55cbbadbedf157b3a4626 X-VCS-Branch: master Date: Mon, 2 Sep 2019 20:42:56 +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: 1171bd5e-a0c1-4aff-8f9c-2620e0fc542f X-Archives-Hash: a2e648a90183c16d61c4cdbb91c7d6b1 commit: b584483efed33f3f32c55cbbadbedf157b3a4626 Author: Craig Andrews gentoo org> AuthorDate: Mon Sep 2 20:31:23 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Sep 2 20:42:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b584483e media-tv/kodi: require flatbuffers 1.11.0 See https://github.com/xbmc/xbmc/commit/e97603381ccb5f9e669563d78d89818aff646595 Package-Manager: Portage-2.3.74, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> 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 9e46a9c2f04..6968cfb98ae 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -64,7 +64,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dbus? ( sys-apps/dbus ) dev-db/sqlite dev-libs/expat - dev-libs/flatbuffers + >=dev-libs/flatbuffers-1.11.0 >=dev-libs/fribidi-0.19.7 cec? ( >=dev-libs/libcec-4.0[raspberry-pi?] ) dev-libs/libpcre[cxx]