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 5E70F1396D0 for ; Sat, 16 Sep 2017 18:50:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99F4F1FC008; Sat, 16 Sep 2017 18:50:13 +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 7B1241FC008 for ; Sat, 16 Sep 2017 18:50:13 +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 3DAC8341673 for ; Sat, 16 Sep 2017 18:50:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93188907A for ; Sat, 16 Sep 2017 18:50:04 +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: <1505587765.486b65e02d7fb115eccef1e1be1ef71c6d43e332.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: 486b65e02d7fb115eccef1e1be1ef71c6d43e332 X-VCS-Branch: master Date: Sat, 16 Sep 2017 18:50:04 +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: 332fe328-365e-4285-822d-b930d0464b8b X-Archives-Hash: cae467e95ddcba4b56e30607f764dda0 commit: 486b65e02d7fb115eccef1e1be1ef71c6d43e332 Author: Craig Andrews gentoo org> AuthorDate: Sat Sep 16 18:28:29 2017 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sat Sep 16 18:49:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=486b65e0 media-tv/kodi: Require >=dev-libs/libxml2-2.9.4 See https://github.com/xbmc/xbmc/commit/161cb6c5568c43a64b709c15ff318a76d3cddbf2 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 547d06cbf55..e2c1497b215 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -54,7 +54,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-libs/fribidi cec? ( >=dev-libs/libcec-4.0 ) dev-libs/libpcre[cxx] - dev-libs/libxml2 + >=dev-libs/libxml2-2.9.4 >=dev-libs/lzo-2.04 dev-libs/tinyxml[stl] dev-python/pillow[${PYTHON_USEDEP}]