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 BC2AD13835D for ; Thu, 18 Feb 2021 14:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1D92E0872; Thu, 18 Feb 2021 14:43:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B6A33E0871 for ; Thu, 18 Feb 2021 14:43:36 +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 B5AC5335DB5 for ; Thu, 18 Feb 2021 14:43:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEA5E4EF for ; Thu, 18 Feb 2021 14:43:32 +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: <1613659394.3a0776bec36e1ff23363446112a88e0444aed28b.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: 3a0776bec36e1ff23363446112a88e0444aed28b X-VCS-Branch: master Date: Thu, 18 Feb 2021 14:43:32 +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: b1c2ae3e-4398-4738-952e-54b74c8bc556 X-Archives-Hash: 3e7636679714552caaa12e654fd084fa commit: 3a0776bec36e1ff23363446112a88e0444aed28b Author: Evgeny Grin narod ru> AuthorDate: Sun Feb 7 15:54:46 2021 +0000 Commit: Craig Andrews gentoo org> CommitDate: Thu Feb 18 14:43:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0776be media-tv/kodi: fixed libinput dependency libinput is used only for GBM Signed-off-by: Evgeny Grin narod.ru> 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 9c92fc3e895..c17beb5709b 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -76,7 +76,6 @@ COMMON_DEPEND="${PYTHON_DEPS} >=dev-libs/fribidi-1.0.5 cec? ( >=dev-libs/libcec-4.0[raspberry-pi?] ) dev-libs/libpcre[cxx] - >=dev-libs/libinput-1.10.5 >=dev-libs/libxml2-2.9.4 >=dev-libs/lzo-2.04 >=dev-libs/spdlog-1.5.0:= @@ -89,6 +88,7 @@ COMMON_DEPEND="${PYTHON_DEPS} >=dev-libs/libfmt-6.1.2 dev-libs/libfstrcmp gbm? ( + >=dev-libs/libinput-1.10.5 media-libs/mesa[gbm] x11-libs/libxkbcommon )