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 E40E81396D1 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 02C1B1FC122; Sat, 16 Sep 2017 18:50:15 +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 D47061FC122 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 0B94834168E 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 2CB269087 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: <1505587781.d5dc4f4259276a80ab313733c04f1c8c77686df6.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: d5dc4f4259276a80ab313733c04f1c8c77686df6 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: 34741836-a6f7-43f1-9e41-173a38b6527c X-Archives-Hash: 87e30c338af5b51e8957cabb410ece34 commit: d5dc4f4259276a80ab313733c04f1c8c77686df6 Author: Craig Andrews gentoo org> AuthorDate: Sat Sep 16 18:41:26 2017 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sat Sep 16 18:49:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5dc4f42 media-tv/kodi: Require >=dev-libs/libcdio-0.94 See https://github.com/xbmc/xbmc/commit/009e8ec0e0077bb2a2282670b26279b8b0ca1f44 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 a44e9baf1da..1856627a3d6 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -58,7 +58,7 @@ COMMON_DEPEND="${PYTHON_DEPS} >=dev-libs/lzo-2.04 dev-libs/tinyxml[stl] dev-python/pillow[${PYTHON_USEDEP}] - dev-libs/libcdio + >=dev-libs/libcdio-0.94 dev-libs/libfmt gbm? ( media-libs/mesa[gbm] ) gles? ( media-libs/mesa[gles2] )