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 88DD3138334 for ; Thu, 21 Feb 2019 16:16:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71F35E0845; Thu, 21 Feb 2019 16:16:43 +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 43DB4E0845 for ; Thu, 21 Feb 2019 16:16:43 +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 B415A335D4A for ; Thu, 21 Feb 2019 16:16:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12A8650D for ; Thu, 21 Feb 2019 16:16:39 +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: <1550765770.0270cd1eb3c98d1e019e45e90387df3f65a1b705.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: 0270cd1eb3c98d1e019e45e90387df3f65a1b705 X-VCS-Branch: master Date: Thu, 21 Feb 2019 16:16:39 +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: e04026c9-02ed-4a66-a91f-9c83c937acc9 X-Archives-Hash: 3ecd04809c39764d1dd22e5d59c158a0 commit: 0270cd1eb3c98d1e019e45e90387df3f65a1b705 Author: Craig Andrews gentoo org> AuthorDate: Thu Feb 21 16:16:10 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Thu Feb 21 16:16:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0270cd1e media-tv/kodi: Depend on curl[http2] See https://github.com/xbmc/xbmc/commit/e517ffc1341498b0c91965d5dda01e9988f6bd19 Package-Manager: Portage-2.3.62, Repoman-2.3.12 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 46debc7cf61..6b1dd65216e 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -96,7 +96,7 @@ COMMON_DEPEND="${PYTHON_DEPS} ) mysql? ( dev-db/mysql-connector-c:= ) mariadb? ( dev-db/mariadb-connector-c:= ) - >=net-misc/curl-7.56.1 + >=net-misc/curl-7.56.1[http2] nfs? ( >=net-fs/libnfs-2.0.0:= ) opengl? ( media-libs/glu ) !libressl? ( >=dev-libs/openssl-1.0.2l:0= )