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 4D839139083 for ; Sat, 16 Dec 2017 05:46:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D305E0E56; Sat, 16 Dec 2017 05:46:48 +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 47431E0E56 for ; Sat, 16 Dec 2017 05:46:48 +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 5441233BE68 for ; Sat, 16 Dec 2017 05:46:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE117A6AE for ; Sat, 16 Dec 2017 05:46:45 +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: <1513403183.2f44bde0907c63eeae28f3911a16a18814d25c03.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: 2f44bde0907c63eeae28f3911a16a18814d25c03 X-VCS-Branch: master Date: Sat, 16 Dec 2017 05:46:45 +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: f0946089-e074-4b58-b6c6-27e78dbf68b6 X-Archives-Hash: df69894bdb40693087dee740bfd63df3 commit: 2f44bde0907c63eeae28f3911a16a18814d25c03 Author: Craig Andrews gentoo org> AuthorDate: Sat Dec 16 05:46:04 2017 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sat Dec 16 05:46:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f44bde0 media-tv/kodi: Require >=media-libs/libbluray-1.0.2 See https://github.com/xbmc/xbmc/pull/13149 Package-Manager: Portage-2.3.18, Repoman-2.3.6 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 766a6333793..b3846772d81 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -46,7 +46,7 @@ COMMON_DEPEND="${PYTHON_DEPS} ) alsa? ( >=media-libs/alsa-lib-1.1.4.1 ) bluetooth? ( net-wireless/bluez ) - bluray? ( >=media-libs/libbluray-1.0.1 ) + bluray? ( >=media-libs/libbluray-1.0.2 ) caps? ( sys-libs/libcap ) dbus? ( sys-apps/dbus ) dev-db/sqlite