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 D3F3D1396D0 for ; Sat, 16 Sep 2017 18:50:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B79E1FC141; Sat, 16 Sep 2017 18:50:15 +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 7AAA61FC140 for ; Sat, 16 Sep 2017 18:50:15 +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 0543E341673 for ; Sat, 16 Sep 2017 18:50:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40AB29089 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: <1505587783.e46b493b45c4592a1bd4cc99b93da3e65889759f.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: e46b493b45c4592a1bd4cc99b93da3e65889759f 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: 4bd3b0f7-a7ed-41fa-8b29-4315927815e9 X-Archives-Hash: dbefa3258fa1a830a50cf132fde77ab8 commit: e46b493b45c4592a1bd4cc99b93da3e65889759f Author: Craig Andrews gentoo org> AuthorDate: Sat Sep 16 18:42:50 2017 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sat Sep 16 18:49:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46b493b media-tv/kodi: Require >=media-libs/libbluray-1.0.1 See https://github.com/xbmc/xbmc/commit/1144f73b996ca7caeedb7da03488f7c1310ce791 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 1856627a3d6..d7ec1b6b101 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-0.7.0 ) + bluray? ( >=media-libs/libbluray-1.0.1 ) caps? ( sys-libs/libcap ) dbus? ( sys-apps/dbus ) dev-db/sqlite