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 A1866138334 for ; Wed, 19 Jun 2019 13:53:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEF2FE091D; Wed, 19 Jun 2019 13:53:31 +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 C54BCE091D for ; Wed, 19 Jun 2019 13:53:31 +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 CF8343464D6 for ; Wed, 19 Jun 2019 13:53:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A06E471 for ; Wed, 19 Jun 2019 13:53:29 +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: <1560952400.5bf7be5a9363a26b2b8e12328cc0bc877faac32d.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: 5bf7be5a9363a26b2b8e12328cc0bc877faac32d X-VCS-Branch: master Date: Wed, 19 Jun 2019 13:53:29 +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: fa93b213-1110-4921-aabd-e3d9e36a8706 X-Archives-Hash: 8f7d36ddee787603c7b4133e5e96c3ea commit: 5bf7be5a9363a26b2b8e12328cc0bc877faac32d Author: Craig Andrews gentoo org> AuthorDate: Wed Jun 19 13:47:56 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Wed Jun 19 13:53:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf7be5a media-tv/kodi: x11-libs/libxkbcommon is an unconditional dependency Bug: https://bugs.gentoo.org/686684 Package-Manager: Portage-2.3.67, Repoman-2.3.14 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 8f2b7882b06..7b766b21c2f 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -121,7 +121,6 @@ COMMON_DEPEND="${PYTHON_DEPS} >=dev-cpp/waylandpp-0.2.3:= media-libs/mesa[wayland] >=dev-libs/wayland-protocols-1.7 - >=x11-libs/libxkbcommon-0.4.1 ) webserver? ( >=net-libs/libmicrohttpd-0.9.55[messages] ) X? ( @@ -131,6 +130,7 @@ COMMON_DEPEND="${PYTHON_DEPS} system-ffmpeg? ( media-video/ffmpeg[X] ) ) x11-libs/libdrm + >=x11-libs/libxkbcommon-0.4.1 xslt? ( dev-libs/libxslt ) zeroconf? ( net-dns/avahi[dbus] ) "